Wire class/Insert Node method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 6370C06
Scope VI Scripting
Data Name Insert Node
Short Name* Insert Node
Long Name* Insert Node
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 16439
Owning Class Name Wire Class
Return Data Type GObject Refnum data type

GObject Refnum

Invoke Node Insert Node
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

Inserts a new node into the wire and returns a reference to the node. Use only Style or Path to specify the new node, not both.

Parameters

Data type Name Required Description
GObject Refnum Insert Node Yes. Return value.
U32 Style No Specifies to insert a built-in function.
Path Path No Specifies the path to a subVI.
String Palette String No Specifies the name of the object on the palettes.
Numeric Cluster Insertion Point No A cluster of horizontal and vertical pairs that indicate the wire coordinates.

Uses

History

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

See Also

External Links