Jump to content

Sequence class: Difference between revisions

From LabVIEW Wiki
Started page
 
m Removed VI Server Category from page
 
(4 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 Sequence Properties Table</span>
{{VIServerClassTables|16407}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ Sequence Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|6364400
| [[Sequence class/SeqLocals() property|SeqLocals()]]
|Returns an array of references to the sequence local terminals of the Stacked Sequence structure.
|R
|
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide Sequence Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ Sequence Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#D1BB80;"
|6364000
| [[Sequence class/Add Sequence Local method|Add Sequence Local]]
|
|
|- style="background-color:#CCFFFF;"
|6364001
| [[Sequence class/Convert To FlatSeq method|Convert To FlatSeq]]
|Converts a Stacked Sequence structure into a Flat Sequence structure and returns a reference to the Flat Sequence structure. This method automatically closes the reference to the Stacked Sequence structure.
|X
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==
Line 64: Line 21:


== See Also ==
== See Also ==
*[[Functions Palette/Programming/Structures/Stacked Sequence Structure|Stacked Sequence Structure]]
*[[VI Server Class Hierarchy]]
*[[VI Server Class Hierarchy]]
*[[VI Server]]
*[[VI Server]]
*[[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 01:56, 8 May 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Sequence class
Class ID 16407
Scope VI Scripting
Class Inheritance
Class Children


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

Properties

Show/Hide Sequence Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Sequence Properties Table
Property ID Long Name (English) Description R/W RTE
6364400Sequence Locals[]Returns an array of references to the sequence local terminals of the Stacked Sequence structure.Read OnlyNo

Methods

Show/Hide Sequence Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Sequence Methods Table
Method ID Long Name (English) Description RTE
6364000Add Sequence Local (Not Implemented)No
6364001Convert To Flat SequenceConverts a Stacked Sequence structure into a Flat Sequence structure and returns a reference to the Flat Sequence structure. This method automatically closes the reference to the Stacked Sequence structure.Yes (Read/Write)

Events

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


History

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

See Also