Jump to content

TimedSequence class: Difference between revisions

From LabVIEW Wiki
Started page
 
m Removed VI Server Category from page
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide TimedSequence Properties Table</span>
{{VIServerClassTables|16496}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ TimedSequence Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#D1BB80;"
|6C4F3C00
| [[TimedSequence class/ConfigNode property|ConfigNode]]
|
|R
|X
|- style="background-color:#CCFFFF;"
|6C4F3C04
| [[TimedSequence class/EmbeddedFlatSeq property|EmbeddedFlatSeq]]
|Returns a reference to the Flat Sequence structure.
|R
|X
|- style="background-color:#D1BB80;"
|6C4F3C01
| [[TimedSequence class/OutputNode property|OutputNode]]
|
|R
|X
|- style="background-color:#D1BB80;"
|6C4F3C02
| [[TimedSequence class/TSLeftDCO property|TSLeftDCO]]
|
|R
|X
|- style="background-color:#D1BB80;"
|6C4F3C03
| [[TimedSequence class/TSRightDCO property|TSRightDCO]]
|
|R
|X
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide TimedSequence Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ TimedSequence Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|6C4F3800
| [[TimedSequence class/Convert To FlatSeq method|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
|- style="background-color:#CCFFFF;"
|6C4F3801
| [[TimedSequence class/Convert T oTimedLoop method|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
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==
Line 96: Line 25:
*[[VI Scripting]]
*[[VI Scripting]]


[[Category:VI Server]]
[[Category:VI Scripting Class]]
 
[[Category:VI Server Class]]
[[Category:VI Server Class]]
[[Category:VI Scripting]]

Latest revision as of 02:08, 8 May 2020

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 Long Name (English) Description R/W RTE
    6C4F3C00Configuration NodeRead OnlyYes
    6C4F3C01Output NodeRead OnlyYes
    6C4F3C02Timed Sequence Left DCORead OnlyYes
    6C4F3C03Timed Sequence Right DCORead OnlyYes
    6C4F3C04Embedded Flat SequenceReturns a reference to the Flat Sequence structure.Read OnlyYes (Read Only)

    Methods

    Show/Hide TimedSequence Properties Table

    Legend
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    TimedSequence Methods Table
    Method ID Long Name (English) Description RTE
    6C4F3800Convert To FlatSequenceConverts a Timed Sequence structure to a Flat Sequence structure and returns a reference to the Flat Sequence structure.Yes (Read/Write)
    6C4F3801Convert To TimedLoopConverts a Timed Sequence structure to a Timed Loop and returns a reference to the Timed Loop.Yes (Read/Write)

    Events

    This class has no events or it inherits events from its parent: Structure Class.


    History

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

    See Also