VI class/Execution Highlighting? property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 2BF
Scope VI Scripting
Data Name Highlight?
Short Name* Highlight?
Long Name* Execution Highlighting?
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 2
Owning Class Name VI Class
Data Type Boolean data type

Boolean

Property Node Execution Highlighting?
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Available with control VIsNo
Available with global VIsNo
Available with polymorphic VIsNo
Available with strict type definitionsNo
Loads the block diagram into memoryYes
Loads the front panel into memoryYes
Must wait until user interface is idleNo
Need to authenticate before useYes
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningYes

Reads or writes the execution highlighting setting of the VI. This property works on clone VIs, unlike the Highlight? property of the TopLevelDiagram object, which always only works on the original reentrant VI.

Uses

History

Version Change(s)
LabVIEW 2020 In LabVIEW 2020 the Execution highlighting? property name was changed to Execution Highlighting? property.

See Also

External Links