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.

Remarks

The following table lists the characteristics of this property.

Short Name Compiled.CodeComplexity
Data type csgl.png
Permissions Read Only
Available in Run-Time Engine Yes
Available in Real-Time Operating System Yes
Settable when the VI is running No
Loads the front panel into memory No
Need to authenticate before use No
Loads the block diagram into memory No
Remote access allowed Yes
Must wait until user interface is idle No
Available with control VIs No
Available with global VIs No
Available with strict type definitions No
Available with polymorphic VIs No