Jump to content

FlatSequence class: Difference between revisions

From LabVIEW Wiki
Started page
 
mNo edit summary
Line 1: Line 1:
{{VIServerClass|name=FlatSequence|id=16459|scope=script|class_0=Generic|class_1=GObject|class_2=FlatSequence}}
{{VIServerClass|16459}}


{{stub}}
{{stub}}

Revision as of 22:31, 1 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name FlatSequence class
Class ID 16459
Scope VI Scripting
Class Inheritance
Class Children


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

Properties

Show/Hide FlatSequence Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
FlatSequence Properties Table
Property ID Short Name (English) Description R/W RTE
3578BC01 AutoSize Sets or returns whether the Flat Sequence structure automatically resizes to fit its contents. R/W
3578BC09 BreakPtStatus Sets or returns the status of a breakpoint on a Flat Sequence structure.

Valid values include Cleared Break, Enabled Break, and Disabled Break.

R/W
3578BC04 Desc Sets or returns the description string for the Flat Sequence structure. R/W
3578BC07 Frames() Returns an array of references to the frames of the Flat Sequence structure. R
3578BC03 Label References the label of the Flat Sequence structure. R
3578BC0A SubDiagLbl Vis Sets the visibility of the subdiagram label. This property is similar to the Visible Items»Subdiagram Label item on the shortcut menu of a structure. This property is also similar to the Subdiagram label visible option on the Appearance page of the Properties dialog box. R/W
3578BC08 Target Syntax Checking R/W
3578BC05 Terms() Returns an array of references to the terminals of the Flat Sequence structure. R X

Methods

Show/Hide FlatSequence Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
FlatSequence Methods Table
Method ID Short Name (English) Description RTE
3578B800 Add Frame Adds a new frame before or after the frame whose index you specify and returns a reference to the new frame. X
3578B802 Auto Size Automatically resizes the Flat Sequence structure to fit contents. X
3578B805 Convert To TimedSequence Converts the Flat Sequence structure to a Timed Sequence structure and returns a reference to the new structure.

This method automatically closes the reference to the original Flat Sequence structure.

X
3578B803 Remove Flat Sequence Removes the Flat Sequence structure from the diagram. The contents of the structure merge with the rest of the contents of the diagram. X
3578B801 Remove Frame Removes the frame you specify. LabVIEW also removes the contents of the frame. You cannot use this method to remove the only frame of a sequence structure. Use the Delete method instead. X

Events

No Events for this class.

History

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

See Also