Sequence class: Difference between revisions
Appearance
Started page |
|||
| Line 64: | Line 64: | ||
== 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]] | ||
Revision as of 03:49, 2 September 2019
| VI Server Class Information | |
|---|---|
| Return to VI Server Class Hierarchy | |
| Class Name | Sequence class |
| Class ID | 16407 |
| Scope | VI Scripting |
| Class Inheritance |
|
| Class Children | |
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The Sequence class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide Sequence Properties Table
| Legend | |
|---|---|
| R/W | Readable/Writable Permissions |
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Property ID | Short Name (English) | Description | R/W | RTE |
|---|---|---|---|---|
| 6364400 | SeqLocals() | Returns an array of references to the sequence local terminals of the Stacked Sequence structure. | R |
Methods
Show/Hide Sequence Methods Table
| Legend | |
|---|---|
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Method ID | Short Name (English) | Description | RTE |
|---|---|---|---|
| 6364000 | Add Sequence Local | ||
| 6364001 | 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 |
Events
No Events for this class.
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |