Jump to content

Application class/Application.All VIs In Memory property: Difference between revisions

From LabVIEW Wiki
Started page
 
m Category reorg
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
{{TOCright}}
{{TOCright}}


Returns a list of VIs in memory for the specified [[Application instance|application instance]]. This property returns an error if you wire a remote application reference to the '''reference''' input. For a remote application, use the [[Application class/Exported VIs in Memory property]] to return a list of exported VIs.
Returns a list of VIs in memory for the specified [[Application instance|application instance]]. This property returns an error if you wire a remote application reference to the '''reference''' input. For a remote application, use the [[Application class/Exported VIs in Memory property|Exported VIs in Memory property]] to return a list of exported VIs.
 
'''Note'''  If you have multiple application instances open simultaneously, this property returns only the VIs in memory in the specified application instance. LabVIEW creates a new application instance each time you open a LabVIEW project or target for a LabVIEW project.


<table class="Borderless">|-
<td class="Icon"><img src="note.gif">
<td>'''Note'''  If you have multiple application instances open simultaneously, this property returns only the VIs in memory in the specified application instance. LabVIEW creates a new application instance each time you open a LabVIEW project or target for a LabVIEW project.
|}
== Uses ==
== Uses ==
{{ambox|text=Specific use cases for this property.}}
{{ambox|text=Specific use cases for this property.}}
Line 40: Line 38:
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}


[[Category:Property]]
[[Category:VI Server Property]]
[[Category:VI Server Property]]

Latest revision as of 13:11, 7 May 2020

VI Server Property Information
Property ID 1C
Scope Basic Development Environment
Data Name App.AllVIs
Short Name* App.AllVIs
Long Name* Application:All VIs In Memory
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 1
Owning Class Name Application Class
Data Type String Array data type

String Array

Property Node Application:All VIs In Memory
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read Only)
PermissionsRead Only
Remote access allowedNo

Returns a list of VIs in memory for the specified application instance. This property returns an error if you wire a remote application reference to the reference input. For a remote application, use the Exported VIs in Memory property to return a list of exported VIs.

Note If you have multiple application instances open simultaneously, this property returns only the VIs in memory in the specified application instance. LabVIEW creates a new application instance each time you open a LabVIEW project or target for a LabVIEW project.

Uses

History

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

See Also

External Links