Jump to content

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

From LabVIEW Wiki
Added new method page.
 
m Added VI Scripting Method Category to page
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
| shortname = Convert To FlatSeq
| shortname = Convert To FlatSeq
| longname = Convert To Flat Sequence
| longname = Convert To Flat Sequence
| datatypeimage = LVClassBDConst Refnum Indicator.png
| datatypeimage = FlatSequence Refnum Indicator.png
| datatype = LVClassBDConst Refnum
| datatype = FlatSequence Refnum
| invokenodeimage = Convert To Flat Sequence.png
| invokenodeimage = Convert To Flat Sequence.png
| availableinrealtime = Yes
| availableinrealtime = Yes
Line 28: Line 28:
! scope="column" style="text-align:Left;" | Description
! scope="column" style="text-align:Left;" | Description
|-
|-
! scope="row" style="text-align:Center;" | [[File:LVClassBDConst Refnum Indicator.png|frameless|border|LVClassBDConst Refnum|link=LVClassBDConst Refnum data type]]
! scope="row" style="text-align:Center;" | [[File:FlatSequence Refnum Indicator.png|frameless|border|FlatSequence Refnum|link=FlatSequence Refnum data type]]
| '''Convert To Flat Sequence'''
| '''Convert To Flat Sequence'''
| Yes. Return value.  
| Yes. Return value.  
Line 51: Line 51:
== External Links ==
== External Links ==
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}
[[Category:VI Scripting Method]]


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

Latest revision as of 22:28, 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