Jump to content

Array class: Difference between revisions

From LabVIEW Wiki
m Category reorg
History: Updated for LabVIEW 2020
Line 11: Line 11:


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
! Change(s)
! Change(s)
|-
|-
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
|[[File:LV2020.png|frameless|border|64x64px|LabVIEW 2020|link=LabVIEW 2020]]
|More info to come.
| In [[LabVIEW 2020]] the [[Array class/Index Rect property|Index Rect property]] changed from being [[VI Server#Private|Private]] to being part of the [[VI Server#Basic Development Environment|Basic Development Environment]].
|}
|}



Revision as of 13:56, 14 June 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Array class
Class ID 14
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide Array Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Array Properties Table
Property ID Long Name (English) Description R/W RTE
6338C01Number of ColumnsNumber of visible columns in the array.Read/WriteYes
6338C02Number of RowsReturns the number of visible rows in the array.Read/WriteYes
6338C03Index VisibleShows array index.Read/WriteYes
6338C04Index ValuesArray of indexes (one per dimension) of element displayed in the top left corner of the array.Read/WriteYes
6338C05Selection Start[]Returns an array of the indexes for each dimension that specifies the beginning of data selection.Read/WriteYes
6338C06Selection Size[]Array of number of elements selected in each dimension (zero selected is insertion point).Read/WriteYes
6338C07Array ElementReference to the array element. The properties of the array apply to all elements in the array. If you want to read the data value of a specific array element, use the Index Array function to index the array first.Read OnlyYes
6338C08Number Of DimensionsGets or sets the number of dimensions in the array.Read/WriteYes (Read Only)
6338C09Dimension SizesRead/WriteYes
6338C0AVertical Scrollbar VisibleIf TRUE, displays the vertical scroll bar.Read/WriteYes
6338C0BHorizontal Scrollbar VisibleIf TRUE, displays the horizontal scroll bar.Read/WriteYes
6338C0CIndex RectRead OnlyYes
6338C0DAdapt To SourceRead/WriteYes

Methods

Show/Hide Array Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Array Methods Table
Method ID Long Name (English) Description RTE
6338800Export Data to ClipboardExports the array data to the clipboard in a tab-delimited format, which is accepted by most spreadsheet applications.Yes (Read/Write)
6338801Export Data to ExcelExports the array data to Excel.Yes (Read/Write)

Events

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


History

Version Change(s)
LabVIEW 2020 In LabVIEW 2020 the Index Rect property changed from being Private to being part of the Basic Development Environment.

See Also