Jump to content

ControlTerminal class

From LabVIEW Wiki
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.


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

    Properties

    Show/Hide ControlTerminal Properties Table

    Legend
    R/WReadable/Writable Permissions
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    ControlTerminal Properties Table
    Property ID Long Name (English) Description R/W RTE
    6353000ControlReturns a reference to the control.Read OnlyNo
    6353001LabelReturns a reference to the label object.Read OnlyNo
    6353002Icon View?Gets or sets the display style of the control terminals.Read/WriteNo

    Methods

    Show/Hide ControlTerminal Properties Table

    Legend
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    ControlTerminal Methods Table
    Method ID Long Name (English) Description RTE
    6352C00Toggle DirectionChanges the control to an indicator or the indicator to a control.Yes (Read/Write)
    6352C01Change To ConstantChanges the control to a constant and returns a reference to the constant. LabVIEW automatically closes the reference to the control.Yes (Read/Write)
    6352C02Change to Shared Variable NodeChanges 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

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

    See Also