Jump to content

ControlTerminal class

From LabVIEW Wiki
Revision as of 00:32, 2 September 2019 by Q (talk | contribs) (Started page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 Short Name (English) Description R/W RTE
    6353000 Control Returns a reference to the control. R
    6353002 IconView? Gets or sets the display style of the control terminals. R/W
    6353001 Label Returns a reference to the label object. R

    Methods

    Show/Hide ControlTerminal Methods Table

    Legend
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    ControlTerminal Methods Table
    Method ID Short Name (English) Description RTE
    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. X
    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.
    6352C00 Toggle Direction Changes the control to an indicator or the indicator to a control. X

    Events

    No Events for this class.

    History

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

    See Also