VI class/Connector Pane.Set property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 22A
Scope VI Scripting
Data Name ConPane
Short Name* ConPane.SetConPane
Long Name* Connector Pane:Set
* 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 VI Refnum data type

VI Refnum

Property Node Connector Pane:Set
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Available with control VIsNo
Available with global VIsNo
Available with polymorphic VIsNo
Available with strict type definitionsNo
Loads the block diagram into memoryNo
Loads the front panel into memoryYes
Must wait until user interface is idleYes
Need to authenticate before useNo
PermissionsWrite Only
Remote access allowedYes
Settable when the VI is runningNo

Sets the connector pane of the VI to match the connector pane of the VI reference input.

Use this property to dynamically configure a VI connector pane to match the connector pane layout of an existing VI. The two VIs must have the same number of parameters with identical data types and names. If they do not, the Property Node returns an error. Use the Open VI Reference function to open references to both VIs and then wire those references to the Property Node and the Connector Pane:Set property input.


Uses

History

Version Change(s)
LabVIEW 2011 Property added in LabVIEW 2011.

See Also

External Links