Short Name: Compiled.CodeComplexity
Requires: Base Development System
Class: VI Properties
To Use: Create a property.
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. |
This property returns error 1000 if the referenced VI has never been compiled.
The following table lists the characteristics of this property.
Data type | |
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 |