Jump to content

Application class/Open.LabVIEW Document method: Difference between revisions

From LabVIEW Wiki
Added new method page.
 
m Added VI Scripting Method Category to page
 
(One intermediate revision by the same user not shown)
Line 53: Line 53:
== External Links ==
== External Links ==
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}
[[Category:VI Scripting Method]]


[[Category:Method]] [[Category:VI Server Method]]
[[Category:VI Server Method]]

Latest revision as of 22:20, 7 May 2020

VI Server Method Information
Method ID 81B
Scope VI Scripting
Data Name Open.LV Document
Short Name* Open.LV Document
Long Name* Open:LabVIEW Document
* 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
Return Data Type No return value
Invoke Node Open:LabVIEW Document
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Remote access allowedYes

Opens a LabVIEW document.

This method is similar to selecting File»Open and browsing to the document.

Parameters

Data type Name Required Description
Path Path Yes Path to the file you want to open.
Boolean Interactive? No If TRUE, LabVIEW might display dialog boxes while opening the file. For example, LabVIEW might prompt you to locate missing subVIs.

Uses

History

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

See Also

External Links