Jump to content

ConditionalTunnel class: Difference between revisions

From LabVIEW Wiki
Started page
(No difference)

Revision as of 00:35, 2 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name ConditionalTunnel class
Class ID 16525
Scope VI Scripting
Class Inheritance
Class Children


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

Properties

Show/Hide ConditionalTunnel Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
ConditionalTunnel Properties Table
Property ID Short Name (English) Description R/W RTE
5D251C01 LinkTun Returns a reference to the input tunnel linked to this tunnel. R X
5D251C00 UseDefault Gets or sets whether the tunnel uses default data if the left side of the tunnel is unwired. If this property is set to write and you specify FALSE, you must wire an input to the tunnel. R/W X

Methods

Show/Hide ConditionalTunnel Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
ConditionalTunnel Methods Table
Method ID Short Name (English) Description RTE
5D251801 ClearLinkTun Removes the link between this tunnel and an input tunnel linked to it. If this tunnel is an input tunnel, LabVIEW ignores this method. X
5D251800 LinkTun Creates a link between the input tunnel you specify and this tunnel. When you add a new case to the Case structure, LabVIEW automatically wires together the linked tunnels. X
5D251802 LinkTunAndWire Creates a link between the input tunnel you specify and this tunnel and wires the tunnels in all cases where they are unwired. When you add a new case to the Case structure, LabVIEW automatically wires together the linked tunnels. X
5D251803 RepWithCaseSel Converts a tunnel on a Case structure to the case selector. This method returns an error if the current tunnel is not on a Case structure. X

Events

No Events for this class.

History

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

See Also