Jump to content

TimedSequence class

From LabVIEW Wiki
Revision as of 00:09, 2 September 2019 by Q (talk | contribs) (Started page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name TimedSequence class
Class ID 16496
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


The TimedSequence class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide TimedSequence Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
TimedSequence Properties Table
Property ID Short Name (English) Description R/W RTE
6C4F3C00 ConfigNode R X
6C4F3C04 EmbeddedFlatSeq Returns a reference to the Flat Sequence structure. R X
6C4F3C01 OutputNode R X
6C4F3C02 TSLeftDCO R X
6C4F3C03 TSRightDCO R X

Methods

Show/Hide TimedSequence Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
TimedSequence Methods Table
Method ID Short Name (English) Description RTE
6C4F3800 Convert To FlatSeq 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.

X
6C4F3801 Convert T oTimedLoop Converts a Timed Sequence structure to a Timed Loop and returns a reference to the Timed Loop.

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

X

Events

No Events for this class.

History

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

See Also