Jump to content

NamedBundler 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 NamedBundler Properties Table</span>
{{VIServerClassTables|16415}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ NamedBundler Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#D1BB80;"
|636BC05
| [[NamedBundler class/AllowUnwired property|AllowUnwired]]
|
|R/W
|X
|- style="background-color:#CCFFFF;"
|636BC02
| [[NamedBundler class/AvailElems() property|AvailElems()]]
|Returns an array of the names of available elements in the bundler.
|R
|
|- style="background-color:#CCFFFF;"
|636BC00
| [[NamedBundler class/ElemNms() property|ElemNms()]]
|Gets or sets the names of the elements in the bundler.
 
This property returns names at each level of the hierarchy delimited by periods (.). You cannot set hierarchical element names. The Full Element Names[] property provides more support for hierarchical names.
|R/W
|
|- style="background-color:#D1BB80;"
|636BC04
| [[NamedBundler class/FullElemIdx() property|FullElemIdx()]]
|
|R/W
|X
|- style="background-color:#CCFFFF;"
|636BC03
| [[NamedBundler class/FullElemNms() property|FullElemNms()]]
|Gets or sets the complete names of elements in the bundler, including the name at each level of the hierarchy.
 
Element names are formatted as a cluster that contains an array of strings that represent the hierarchical name.
|R/W
|
|- style="background-color:#CCFFFF;"
|636BC01
| [[NamedBundler class/FullNmsVis property|FullNmsVis]]
|Gets or sets whether to display the full names of elements.
|R/W
|
|- style="background-color:#D1BB80;"
|636BC06
| [[NamedBundler class/RestrictLRGrowMove property|RestrictLRGrowMove]]
|
|R/W
|X
|}
</div>
 
==Methods==
''No Methods for this class.''
 
==Events==
''No Events for this class.''


== History ==
== History ==

Revision as of 00:15, 9 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name NamedBundler class
Class ID 16415
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide NamedBundler Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
NamedBundler Properties Table
Property ID Long Name (English) Description R/W RTE
636BC00Element Names[]Gets or sets the names of the elements in the bundler.Read/WriteNo
636BC01Full Names Visible?Gets or sets whether to display the full names of elements.Read/WriteNo
636BC02Available Elements[]Returns an array of the names of available elements in the bundler.Read OnlyNo
636BC03Full Element Names[]Gets or sets the complete names of elements in the bundler, including the name at each level of the hierarchy.Read/WriteNo
636BC04Full Element Index[]Read/WriteYes
636BC05Allow Unwired Left TerminalRead/WriteYes
636BC06RestrictLRGrowMoveRead/WriteYes

Methods

This class has no methods or it inherits methods from its parent: Bundler Class.

Events

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


History

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

See Also