Node class/Connect Wires method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 6358C00
Scope VI Scripting
Data Name Connect Wires
Short Name* Connect Wires
Long Name* Connect Wires
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 16421
Owning Class Name Node Class
Return Data Type No return value
Invoke Node Connect Wires
Available in Real-Time Operating SystemYes
Available in Run-Time EngineNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningNo

Connects wires to the node. The wire source can be either another node or a terminal. Auto wire applies only if the source is a node. If auto wire is TRUE, compatible terminals are chosen automatically from the source node to be wired to the terminals of the node. Wiring specs is a 2D array of strings that specify the names of the source and sink terminal pairs.

Parameters

Data type Name Required Description
GObject Refnum Wire Source Yes The original source of the wire.
Boolean Auto Wire? (T) No If TRUE, LabVIEW automatically chooses a compatible source terminal from the source node.
String Array Wiring Specs No A 2D array of strings that specify the names of the source and sink terminal pairs.
Boolean Auto Route? (F) No If TRUE, LabVIEW automatically finds the best path for the wire. The default is FALSE.

Uses

History

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

See Also

External Links