VI class/VI Name property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 1F4
Scope Basic Development Environment
Data Name Name
Short Name* Name
Long Name* VI Name
* 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 String data type

String

Property Node VI Name
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read Only)
Available with control VIsYes
Available with global VIsYes
Available with polymorphic VIsYes
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/Write
Remote access allowedYes
Settable when the VI is runningNo

Name of the VI file. If a LabVIEW Project Library owns the VI, the property returns the qualified name of the VI, which includes the project library filename.

Note To obtain only the VI filename, use the VI Path property, which returns the path to the VI. Then use the Strip Path function.

You can write this property only if the VI has not been saved to disk.


Uses

History

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

See Also

External Links