ForLoop class
Appearance
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | ForLoop class |
Class ID | 16434 |
Scope | VI Scripting |
Class Inheritance |
|
Class Children | This class has no children. |
![]() |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The ForLoop class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide ForLoop Properties Table
Legend | |
---|---|
R/W | Readable/Writable Permissions |
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Property ID | Short Name (English) | Description | R/W | RTE |
---|---|---|---|---|
6362008 | ChunkSizeTunnel | Returns a reference to the chunk size (C) terminal of the For Loop. | R | |
6362006 | DynamicParInstancesTunnel | Returns a reference to the tunnel for the dynamic number of parallel instances of the For Loop. | R | |
6362001 | HasCondTerm | Creates the conditional terminal if you set this property TRUE. If the conditional terminal already exists, this property does nothing and does not return an error. If you set this property to FALSE, this property removes the conditional terminal, possibly leaving broken wires. If the conditional terminal does not already exist, this property does nothing and does not return an error. | R/W | X |
6362007 | IsDebuggingAllowed | If TRUE, allows debugging inside the For Loop by setting the loop iterations to run sequentially. If FALSE, debugging is not allowed in the For Loop.
This property applies only to For Loops with parallel loop iterations enabled. |
R/W | |
6362004 | IsParallelismEnabled | If TRUE, this property enables parallel loop iterations. If parallel loop iterations already are enabled, this property does nothing, and LabVIEW does not return an error. If FALSE, this property disables parallel loop iterations, which might break wires. If parallel loop iterations already are disabled, this property does nothing, and LabVIEW does not return an error. | R/W | X |
6362000 | LoopCount | Returns a reference to the loop count. | R | |
6362002 | LoopEndRef | Returns a reference to the end terminal of the For Loop. | R | |
6362005 | NumStaticParInstances | Specifies the number of loop instances LabVIEW uses to run parallel loop iterations. | R/W | |
6362009 | ParallelSchedule | Sets the parallel loop iteration schedule of the For Loop when you enable parallelism. | R/W | |
6362003 | StopIfTrue | Specifies whether the For Loop stops if you wire TRUE to the end terminal of the loop. | R/W |
Methods
No Methods for this class.
Events
No Events for this class.
History
![]() |
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
![]() |
More info to come. |