Node class: Difference between revisions
Appearance
Started page |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{VIServerClass| | {{VIServerClass|16421}} | ||
{{stub}} | {{stub}} | ||
Revision as of 22:59, 1 September 2019
| VI Server Class Information | |
|---|---|
| Return to VI Server Class Hierarchy | |
| Class Name | Node class |
| Class ID | 16421 |
| Scope | VI Scripting |
| Class Inheritance |
|
| Class Children | |
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The Node class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide Node Properties Table
| Legend | |
|---|---|
| R/W | Readable/Writable Permissions |
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| 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 | |
|---|---|
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| 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
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |