ConditionalTunnel class: Difference between revisions
Appearance
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 | |
| |
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).
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 | 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 | |
|---|---|
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| 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
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |