Node class: Difference between revisions
Appearance
m Added VI Scripting Class Category to page |
m Added VI Scripting Category to page |
||
| Line 24: | Line 24: | ||
*[[VI Server]] | *[[VI Server]] | ||
*[[VI Scripting]] | *[[VI Scripting]] | ||
[[Category:VI Scripting Class]] | [[Category:VI Scripting Class]] | ||
[[Category:VI Server]] | [[Category:VI Server]] | ||
[[Category:VI Server Class]] | [[Category:VI Server Class]] | ||
Revision as of 01:12, 8 May 2020
| 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 | Long Name (English) | Description | R/W | RTE |
|---|---|---|---|---|
| 6359000 | Terminals[] | 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. | Read Only | No |
| 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. | Read Only | No |
| 6359002 | Description | Gets or sets the description of the node. | Read/Write | No |
| 6359003 | Is Break Point Set | Read/Write | No | |
| 6359004 | Clump Num | Read Only | No | |
| 6359005 | Short Count | Read Only | No | |
| 6359006 | Fire Count | Read Only | No | |
| 6359007 | Is Asynchronous | Read Only | No | |
| 6359008 | Icon | Returns the icon for the node. For structure nodes, this property returns the 32 x 32 pixel icon seen on the palettes. | Read Only | No |
| 6359009 | Style | Returns the type of node. | Read Only | No |
| 635900A | Is Run At Any Loop | Read Only | Yes | |
| 635900B | Visible | Read/Write | Yes | |
| 635900C | Breakpoint Status | Gets or sets the status of a breakpoint on a node. | Read/Write | No |
Methods
Show/Hide Node Properties Table
| Legend | |
|---|---|
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Method ID | Long 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. | No |
| 6358C01 | Get Image | Returns an image of a block diagram node. | No |
Events
This class has no events or it inherits events from its parent: GObject Class.
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |