Jump to content

ConditionalTunnel class: Difference between revisions

From LabVIEW Wiki
Started page
 
m Removed VI Sever Category from page
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide ConditionalTunnel Properties Table</span>
{{VIServerClassTables|16525}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ ConditionalTunnel Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|5D251C01
| [[ConditionalTunnel class/LinkTun property|LinkTun]]
|Returns a reference to the input tunnel linked to this tunnel.
|R
|X
|- style="background-color:#CCFFFF;"
|5D251C00
| [[ConditionalTunnel class/UseDefault property|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
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide ConditionalTunnel Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ ConditionalTunnel Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|5D251801
| [[ConditionalTunnel class/ClearLinkTun method|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
|- style="background-color:#CCFFFF;"
|5D251800
| [[ConditionalTunnel class/LinkTun method|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
|- style="background-color:#CCFFFF;"
|5D251802
| [[ConditionalTunnel class/LinkTunAndWire method|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
|- style="background-color:#CCFFFF;"
|5D251803
| [[ConditionalTunnel class/RepWithCaseSel method|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
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==
Line 84: Line 25:
*[[VI Scripting]]
*[[VI Scripting]]


[[Category:VI Server]]
[[Category:VI Scripting Class]]
[[Category:VI Server Class]]
[[Category:VI Server Class]]
[[Category:VI Scripting]]

Latest revision as of 01:44, 8 May 2020

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