ForLoop class/Is Parallelism Enabled? property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 6362004
Scope VI Scripting
Data Name IsParallelismEnabled
Short Name* IsParallelismEnabled
Long Name* Is Parallelism Enabled?
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 16434
Owning Class Name ForLoop Class
Data Type Boolean data type

Boolean

Property Node Is Parallelism Enabled?
Available in Real-Time Operating SystemNo
Available in Run-Time EngineYes
Loads the block diagram into memoryYes
Loads the front panel into memoryYes
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningNo

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.


Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links