ConditionalTunnel class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | ConditionalTunnel class |
Class ID | 16525 |
Scope | VI Scripting |
Class Inheritance |
|
Class Children |
|
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The ConditionalTunnel class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide ConditionalTunnel Properties Table
Legend | |
---|---|
R/W | Readable/Writable Permissions |
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Property ID | Long Name (English) | Description | R/W | RTE |
---|---|---|---|---|
5D251C00 | Use Default if Unwired | 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. | Read/Write | Yes |
5D251C01 | Linked Input Tunnel | Returns a reference to the input tunnel linked to this tunnel. | Read Only | Yes |
Methods
Show/Hide ConditionalTunnel Properties Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Long Name (English) | Description | RTE |
---|---|---|---|
5D251800 | Link Input Tunnel | 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. | Yes (Read/Write) |
5D251801 | Clear Linked Input Tunnel | Removes 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) |
5D251802 | Link Input Tunnel And Wire | 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. | Yes (Read/Write) |
5D251803 | Replace With Case Selector | 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. | Yes (Read/Write) |
Events
This class has no events or it inherits events from its parent: Tunnel Class.
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |