Jump to content

InPlaceArraySplitNode class: Difference between revisions

From LabVIEW Wiki
Started page
 
m Removed VI Server Category from page
 
(3 intermediate revisions by the same user not shown)
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 InPlaceArraySplitNode Properties Table</span>
{{VIServerClassTables|16530}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ InPlaceArraySplitNode Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|7B7CE804
| [[InPlaceArraySplitNode class/ArrayTerm property|ArrayTerm]]
|Returns a reference to the <b>array</b> terminal of an Array Split / Replace Subarrays border node.
|R
|X
|- style="background-color:#CCFFFF;"
|7B7CE803
| [[InPlaceArraySplitNode class/LengthTerms property|LengthTerms]]
|Returns an array of references to the <b>split length</b> terminals of an Array Split / Replace Subarrays border node.
|R/W
|X
|- style="background-color:#CCFFFF;"
|7B7CE801
| [[InPlaceArraySplitNode class/SplitCount property|SplitCount]]
|Gets or sets the number of times the Array Split / Replace Subarrays border node splits the input array.
|R/W
|X
|- style="background-color:#CCFFFF;"
|7B7CE800
| [[InPlaceArraySplitNode class/SplitDim property|SplitDim]]
|Gets or sets the dimension along which LabVIEW splits the input array to an Array Split / Replace Subarrays border node. For example, if you select 1 for a two-dimensional array, LabVIEW creates the subarrays from columns of the original array. If you select 0, LabVIEW creates the subarrays from rows of the original array.
 
Using this property in write mode is similar to right-clicking an Array Split / Replace Subarrays border node and selecting <b>Split Dimension</b> to specify in which dimension to split the array.
|R/W
|X
|- style="background-color:#CCFFFF;"
|7B7CE802
| [[InPlaceArraySplitNode class/SplitTerms property|SplitTerms]]
|Returns an array of references to the <b>subarray</b> terminals of an Array Split / Replace Subarrays border node.
|R
|X
|- style="background-color:#CCFFFF;"
|7B7CE805
| [[InPlaceArraySplitNode class/TermHeight property|TermHeight]]
|Returns the height, in pixels, of a <b>split length</b> terminal on an Array Split / Replace Subarrays border node.
|R
|X
|}
</div>
 
==Methods==
''No Methods for this class.''
 
==Events==
''No Events for this class.''


== History ==
== History ==
Line 80: Line 25:
*[[VI Scripting]]
*[[VI Scripting]]


[[Category:VI Server]]
[[Category:VI Scripting Class]]
 
[[Category:VI Server Class]]
[[Category:VI Server Class]]
[[Category:VI Scripting]]

Latest revision as of 02:10, 8 May 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name InPlaceArraySplitNode class
Class ID 16530
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide InPlaceArraySplitNode Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
InPlaceArraySplitNode Properties Table
Property ID Long Name (English) Description R/W RTE
7B7CE800Split DimensionGets or sets the dimension along which LabVIEW splits the input array to an Array Split / Replace Subarrays border node. For example, if you select 1 for a two-dimensional array, LabVIEW creates the subarrays from columns of the original array. If you select 0, LabVIEW creates the subarrays from rows of the original array.Read/WriteYes
7B7CE801Split CountGets or sets the number of times the Array Split / Replace Subarrays border node splits the input array.Read/WriteYes
7B7CE802Split TerminalsReturns an array of references to the subarray terminals of an Array Split / Replace Subarrays border node.Read OnlyYes
7B7CE803Length TerminalsReturns an array of references to the split length terminals of an Array Split / Replace Subarrays border node.Read/WriteYes
7B7CE804Array TerminalReturns a reference to the array terminal of an Array Split / Replace Subarrays border node.Read OnlyYes
7B7CE805Terminal HeightReturns the height, in pixels, of a split length terminal on an Array Split / Replace Subarrays border node.Read OnlyYes

Methods

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

Events

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


History

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

See Also