Jump to content

Node class: Difference between revisions

From LabVIEW Wiki
Started page
(No difference)

Revision as of 23:20, 31 August 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name class
Class ID {{{1}}}
Scope
Class Inheritance

This class is a top-level class.

Class Children

This class has no children.


The Node class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide Node Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Node Properties Table
Property ID Short Name (English) Description R/W RTE
635900C BreakPtStatus Gets or sets the status of a breakpoint on a node. R/W
6359004 ClumpNum R
6359002 Desc Gets or sets the description of the node. R/W
6359006 FireCount R
6359008 Icon Returns the icon for the node. For structure nodes, this property returns the 32 x 32 pixel icon seen on the palettes. R
6359007 IsAsync R
635900A IsRunAtAnyLoop R X
6359001 Label Returns a reference to the label of the node. You must display the label at least once before this property can return the text of the label. R
6359005 ShortCount R
6359009 Style Returns the type of node. R
6359000 Terms() Array of references to the terminals of the node. To locate a specific terminal reference within the array, use the terminal index displayed in the Context Help window for the node. R
635900B Visible R/W X

Methods

Show/Hide Node Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Node Methods Table
Method ID Short Name (English) Description RTE
6358C00 Connect Wires 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.
6358C01 Get Image Returns an image of a block diagram node.

Events

No Events for this class.

History

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

See Also