Jump to content

Sequence class/Convert To Flat Sequence method: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Category reorg
Line 52: Line 52:
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}


[[Category:Method]]
[[Category:VI Server Method]]
[[Category:VI Server Method]]

Revision as of 14:16, 7 May 2020

VI Server Method Information
Method ID 6364001
Scope VI Scripting
Data Name Convert To FlatSeq
Short Name* Convert To FlatSeq
Long Name* Convert To Flat Sequence
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 16407
Owning Class Name Sequence Class
Return Data Type FlatSequence Refnum data type

FlatSequence Refnum

Invoke Node Convert To Flat Sequence
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningNo

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.

Parameters

Data type Name Required Description
FlatSequence Refnum Convert To Flat Sequence Yes. Return value.

Uses

History

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

See Also

External Links