Jump to content

Unbundler class: Difference between revisions

From LabVIEW Wiki
Started page
 
Replaced with template tables
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 Unbundler Properties Table</span>
{{VIServerClassTables|16477}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ Unbundler Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|5CC5A400
| [[Unbundler class/OutputCnt property|OutputCnt]]
|Gets or sets the number of output terminals on the node.
|R/W
|
|- style="background-color:#CCFFFF;"
|5CC5A401
| [[Unbundler class/OutputTerms() property|OutputTerms()]]
|Returns an array of references to the output terminals on the node.
|R
|
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide Unbundler Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ Unbundler Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|5CC5A000
| [[Unbundler class/AddOutputAfter method|AddOutputAfter]]
|Adds a new output terminal after the item whose <b>Index</b> you specify and returns a reference to the new terminal.
|
|- style="background-color:#CCFFFF;"
|5CC5A001
| [[Unbundler class/RemoveOutput method|RemoveOutput]]
|Removes the output terminal at the <b>Index</b> you specify.
|
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==

Revision as of 00:21, 9 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Unbundler class
Class ID 16477
Scope VI Scripting
Class Inheritance
Class Children


The Unbundler class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide Unbundler Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Unbundler Properties Table
Property ID Long Name (English) Description R/W RTE
5CC5A400Output CountGets or sets the number of output terminals on the node.Read/WriteNo
5CC5A401Output Terminals[]Returns an array of references to the output terminals on the node.Read OnlyNo

Methods

Show/Hide Unbundler Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Unbundler Methods Table
Method ID Long Name (English) Description RTE
5CC5A000Add Output AfterAdds a new output terminal after the item whose Index you specify and returns a reference to the new terminal.No
5CC5A001Remove OutputRemoves the output terminal at the Index you specify.No

Events

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


History

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

See Also