SubVI class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | SubVI class |
Class ID | 16401 |
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 SubVI class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide SubVI 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 |
---|---|---|---|---|
635E400 | Terminals Visible? | Indicates whether the terminals of the subVI are visible. | Read/Write | No |
635E401 | VI Name | Name of the subVI file. | Read Only | No |
635E402 | Grow Terms | Sets or returns the grow terms. | Read/Write | No |
635E403 | VI Path | Path to the subVI file. | Read Only | Yes |
635E404 | View As Icon | If TRUE, the subVI appears as an icon. If FALSE, the subVI appears as an expandable node. | Read/Write | No |
635E405 | Skip Subroutine Call If Busy | Skips the call if the subroutine is currently running in another thread. | Read/Write | No |
635E406 | VI Reference | Returns a reference to the VI. | Read Only | No |
635E407 | SubVI Setup:Open Front Panel When Loaded | Indicates whether to show the front panel when the subVI is loaded. | Read/Write | No |
635E408 | SubVI Setup:Show Front Panel When Called | Indicates whether to show the front panel when the subVI is called. | Read/Write | No |
635E409 | SubVI Setup:Close Front Panel After Call | Indicates whether to close the front panel after the subVI runs. | Read/Write | No |
635E40A | SubVI Setup:Suspend When Called | Indicates whether LabVIEW suspends the execution of the VI when calling it as a subVI. | Read/Write | No |
635E40B | Bad SubVI Linkage | Returns whether the referenced subVI needs to be relinked due to connector pane changes. LabVIEW enables the Relink to SubVI shortcut menu option when this property is TRUE. | Read Only | Yes |
635E40C | Missing VI Path | Read Only | Yes | |
635E40D | Missing VI Name | Read Only | No |
Methods
Show/Hide SubVI Properties Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Long Name (English) | Description | RTE |
---|---|---|---|
635E000 | Relink To VI | After the connector pane pattern of a subVI changes, re-links the subVI to the calling VI. LabVIEW uses the new connector pane pattern and attempts to reconnect any existing wires to the new pattern. This method then returns a reference to the re-linked subVI. | No |
635E001 | Replace | No | |
635E002 | Inline | Inlines the subVI into its calling VIs. | Yes (Read/Write) |
635E003 | Feeds Through | Yes | |
635E004 | Swap Instance VI | No |
Events
This class has no events or it inherits events from its parent: Node Class.
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |