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
|
Property Node
|
|
Available in Real-Time Operating System | Yes |
Available in Run-Time Engine | Yes |
Available with control VIs | No |
Available with global VIs | No |
Available with polymorphic VIs | No |
Available with strict type definitions | No |
Loads the block diagram into memory | No |
Loads the front panel into memory | No |
Must wait until user interface is idle | No |
Need to authenticate before use | No |
Permissions | Read Only |
Remote access allowed | Yes |
Settable when the VI is running | No |
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)
|
|
More info to come.
|
See Also
External Links