Terminal class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | Terminal class |
Class ID | 16385 |
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 Terminal class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide Terminal 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 |
---|---|---|---|---|
634A000 | Connected Wire | Reference to the connected wire. | Read Only | No |
634A001 | Type Descriptor | Read Only | No | |
634A002 | Diagram | Returns a reference to the owning diagram. | Read Only | No |
634A003 | Is Source? | Provides a True value if the terminal is a source and a False value if the terminal is a sink. | Read Only | No |
634A004 | Name | Returns the name of the terminal. The name is the non-translatable string identifier. | Read Only | No |
634A005 | Caption | Returns the caption for the terminal. The caption is the translatable string. | Read Only | No |
634A006 | Coercion Dot? | Returns a value of True if a coercion dot is present on the terminal. | Read Only | No |
634A007 | Type Descriptor (Full) | Read Only | No | |
634A008 | Data Type | Returns the data type of the terminal as a Variant. | Read Only | No |
634A009 | Is Hidden? | Returns a value of True if the terminal hidden and a False if the terminal is not hidden. | Read Only | No |
634A00A | Has Buffer Allocation | Read Only | Yes |
Methods
Show/Hide Terminal Properties Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Long Name (English) | Description | RTE |
---|---|---|---|
6349C00 | Create Constant | Creates a constant for the terminal and returns a reference to it. You can specify an optional value for the constant. | No |
6349C01 | Create Control | Creates a control for the terminal and returns a reference to it. You can specify an optional value for the control. | No |
6349C02 | Create Indicator | Creates an indicator for the terminal and returns a reference to it. You can specify an optional value for the indicator. | No |
6349C03 | Connect Wire | Connects a wire to the terminal. The wire source can be either another terminal or a node. | No |
6349C04 | Create Described Wire | Connects a wire to the terminal. The wire source can only be another terminal. | No |
6349C05 | Create Shared Variable Node | Creates a shared variable node from the terminal and returns a reference to the shared variable node. You can link the project item of a variable to the new shared variable 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. |