Jump to content

Terminal 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 Terminal class
Class ID 16385
Scope VI Scripting
Class Inheritance
Class Children


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

Properties

Show/Hide Terminal Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Terminal Properties Table
Property ID Short Name (English) Description R/W RTE
634A005 Caption Returns the caption for the terminal. The caption is the translatable string. R
634A006 Coerced? Returns a value of True if a coercion dot is present on the terminal. R
634A000 Wire Reference to the connected wire. R
634A008 Data Type Returns the data type of the terminal as a Variant. R
634A002 Diagram Returns a reference to the owning diagram. R
634A00A HasBuff R X
634A009 IsHidden Returns a value of True if the terminal hidden and a False if the terminal is not hidden. R
634A003 IsSource Provides a True value if the terminal is a source and a False value if the terminal is a sink. R
634A004 Name Returns the name of the terminal. The name is the non-translatable string identifier. R

Methods

Show/Hide Terminal Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Terminal Methods Table
Method ID Short Name (English) Description RTE
6349C03 Connect Wire Connects a wire to the terminal. The wire source can be either another terminal or a node.
6349C00 Create Constant Creates a constant for the terminal and returns a reference to it. You can specify an optional value for the constant.
6349C01 Create Control Creates a control for the terminal and returns a reference to it. You can specify an optional value for the control.
6349C04 Create Described Wire Connects a wire to the terminal. The wire source can only be another terminal.
6349C02 Create Indicator Creates an indicator for the terminal and returns a reference to it. You can specify an optional value for the indicator.
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.

Events

No Events for this class.

History

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

See Also