VI class/VI Name property: Difference between revisions
Appearance
< VI class
m Category reorg |
Fixed links |
||
| Line 25: | Line 25: | ||
{{TOCright}} | {{TOCright}} | ||
Name of the VI file. If a [[LabVIEW | 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. | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| '''Note''' To obtain only the VI filename, use the [[VI Path]] | | '''Note''' To obtain only the VI filename, use the [[VI class/VI Path property|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. | You can write this property only if the VI has not been saved to disk. | ||
Latest revision as of 15:09, 8 March 2021
| 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 |
| Property Node | |
| Available in Real-Time Operating System | Yes |
| Available in Run-Time Engine | Yes (Read Only) |
| Available with control VIs | Yes |
| Available with global VIs | Yes |
| Available with polymorphic VIs | Yes |
| 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/Write |
| Remote access allowed | Yes |
| Settable when the VI is running | No |
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
| |
Specific use cases for this property. |
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |