Requires: VI Scripting
Inherits from Node»Structure»Loop. View the class hierarchy.
Property | Description |
---|---|
Chunk Size Tunnel | Returns a reference to the chunk size (C) terminal of the For Loop. Details |
Dynamic Parallel Instances Tunnel | Returns a reference to the tunnel for the dynamic number of parallel instances of the For Loop. Details |
Has Conditional Terminal? | 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. Details |
Is Debugging Allowed | 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. Details |
Is Parallelism Enabled? | 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. Details |
Iteration Terminal Hidden? | Hides the iteration terminal if you set this property TRUE. Returns an error if you try to hide the iteration terminal when it is wired. Details |
Loop Count | Returns a reference to the loop count. Details |
Loop End Ref | Returns a reference to the end terminal of the For Loop. Details |
Number of Static Parallel Instances | Specifies the number of loop instances LabVIEW uses to run parallel loop iterations. Details |
Parallel Schedule | Sets the parallel loop iteration schedule of the For Loop when you enable parallelism. Details |
Stop If True? | Specifies whether the For Loop stops if you wire TRUE to the end terminal of the loop. Details |