Application class/Get VI.ConPane DataType method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 91A
Scope VI Scripting
Data Name Get VI.ConPane DataType
Short Name* Get VI.ConPane DataType
Long Name* Get VI:ConPane DataType
* 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 Get VI:ConPane DataType
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Remote access allowedYes

Returns the data type of the connector pane as variant data without loading the VI.

Use the VIs in the labview\vi.lib\Utility\VariantDataType directory to retrieve information from the variant output.

Note To ensure the information returned by this method is current, make sure the VI whose connector pane you reference has been recompiled in the current version of LabVIEW.

Parameters

Data type Name Required Description
Path VI Path Yes Path to the VI.
LV Variant ConPane DataType Yes Data type of the connector pane.

Uses

History

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

See Also

External Links