ControlTerminal class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | ControlTerminal class |
Class ID | 16395 |
Scope | VI Scripting |
Class Inheritance |
|
Class Children | This class has no children.
|
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The ControlTerminal class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide ControlTerminal 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 |
---|---|---|---|---|
6353000 | Control | Returns a reference to the control. | Read Only | No |
6353001 | Label | Returns a reference to the label object. | Read Only | No |
6353002 | Icon View? | Gets or sets the display style of the control terminals. | Read/Write | No |
Methods
Show/Hide ControlTerminal Properties Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Long Name (English) | Description | RTE |
---|---|---|---|
6352C00 | Toggle Direction | Changes the control to an indicator or the indicator to a control. | Yes (Read/Write) |
6352C01 | Change To Constant | Changes the control to a constant and returns a reference to the constant. LabVIEW automatically closes the reference to the control. | Yes (Read/Write) |
6352C02 | Change to Shared Variable Node | Changes the control to a Shared Variable node and returns a reference to the Shared Variable node. If you do not specify a shared variable to bind to the node, LabVIEW creates a new shared variable. LabVIEW automatically closes the reference to the control. | No |
Events
This class has no events or it inherits events from its parent: Terminal Class.
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |