Jump to content

TimedSequence class/Convert To FlatSequence method: Difference between revisions

From LabVIEW Wiki
Added new method page.
 
mNo edit summary
Line 6: Line 6:
| shortname = Convert To FlatSeq
| shortname = Convert To FlatSeq
| longname = Convert To FlatSequence
| longname = Convert To FlatSequence
| datatypeimage = LVClassBDConst Refnum Indicator.png
| datatypeimage = FlatSequence Refnum Indicator.png
| datatype = LVClassBDConst Refnum
| datatype = FlatSequence Refnum
| invokenodeimage = TimedSequence-Convert To FlatSequence.png
| invokenodeimage = TimedSequence-Convert To FlatSequence.png
| availableinrealtime = Yes
| availableinrealtime = Yes
Line 30: Line 30:
! 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 FlatSequence'''
| '''Convert To FlatSequence'''
| Yes. Return value.  
| Yes. Return value.  
Line 54: Line 54:
{{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:Method]]
[[Category:VI Server Method]]

Revision as of 04:34, 30 April 2020

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

FlatSequence Refnum

Invoke Node Convert To FlatSequence
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 Timed Sequence structure to a Flat Sequence structure and returns a reference to the Flat Sequence structure.

This method automatically closes the reference to the Timed Sequence structure.

Parameters

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

Uses

History

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

See Also

External Links