Sequence class/Convert To Flat Sequence method

From LabVIEW Wiki
Jump to: navigation, search
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