Jump to content

Bundler 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 Bundler Properties Table</span>
{{VIServerClassTables|16476}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ Bundler Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|570AD400
| [[Bundler class/InputCnt property|InputCnt]]
|Gets or sets the number of input terminals on a node.
|R/W
|
|- style="background-color:#CCFFFF;"
|570AD401
| [[Bundler class/InputTerms() property|InputTerms()]]
|Returns an array of references to the input terminals on a node.
|R
|
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide Bundler Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ Bundler Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|570AD000
| [[Bundler class/AddInputAfter method|AddInputAfter]]
|Adds a new input terminal after the item specified by <b>Index</b> and returns a reference to the new terminal.
|
|- style="background-color:#CCFFFF;"
|570AD001
| [[Bundler class/RemoveInput method|RemoveInput]]
|Removes the input terminal at the <b>Index</b> you specify.
|
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==

Revision as of 00:14, 9 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Bundler class
Class ID 16476
Scope VI Scripting
Class Inheritance
Class Children


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

Properties

Show/Hide Bundler Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Bundler Properties Table
Property ID Long Name (English) Description R/W RTE
570AD400Input CountGets or sets the number of input terminals on a node.Read/WriteNo
570AD401Input TerminalsReturns an array of references to the input terminals on a node.Read OnlyNo

Methods

Show/Hide Bundler Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Bundler Methods Table
Method ID Long Name (English) Description RTE
570AD000AddInputAfterAdds a new input terminal after the item specified by Index and returns a reference to the new terminal.No
570AD001RemoveInputRemoves the input 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