VI class/Compiled.Code Complexity property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 2B3
Scope VI Scripting
Data Name CodeComplexity
Short Name* Compiled.CodeComplexity
Long Name* Compiled:Code Complexity
* 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 Single Float data type

Single Float

Property Node Compiled:Code Complexity
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
Available with control VIsNo
Available with global VIsNo
Available with polymorphic VIsNo
Available with strict type definitionsNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Must wait until user interface is idleNo
Need to authenticate before useNo
PermissionsRead Only
Remote access allowedYes
Settable when the VI is runningNo

Returns the complexity of the referenced VI in relation to the Compiler optimizations slider on the Environment page of the Options dialog box. By comparing these two values, you can determine whether LabVIEW prioritizes editor responsiveness or execution speed when compiling this VI.

This property provides programmatic access to the Compiled Code Complexity field on the Memory Usage page of the VI Properties dialog box.
Note The value of this property is subject to change in future versions of LabVIEW.

Possible Errors This property returns error 1000 if the referenced VI has never been compiled.


Uses

History

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

See Also

External Links