ConditionalTunnel class

From LabVIEW Wiki
Jump to: navigation, search
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 Long Name (English) Description R/W RTE
5D251C00Use Default if UnwiredGets 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.Read/WriteYes
5D251C01Linked Input TunnelReturns a reference to the input tunnel linked to this tunnel.Read OnlyYes

Methods

Show/Hide ConditionalTunnel Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
ConditionalTunnel Methods Table
Method ID Long Name (English) Description RTE
5D251800Link Input TunnelCreates 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.Yes (Read/Write)
5D251801Clear Linked Input TunnelRemoves the link between this tunnel and an input tunnel linked to it. If this tunnel is an input tunnel, LabVIEW ignores this method.Yes (Read/Write)
5D251802Link Input Tunnel And WireCreates 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.Yes (Read/Write)
5D251803Replace With Case SelectorConverts 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.Yes (Read/Write)

Events

This class has no events or it inherits events from its parent: Tunnel Class.


History

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

See Also