WhileLoop class

From LabVIEW Wiki
Jump to: navigation, search
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name WhileLoop class
Class ID 16435
Scope VI Scripting
Class Inheritance
Class Children


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

Properties

Show/Hide WhileLoop Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
WhileLoop Properties Table
Property ID Long Name (English) Description R/W RTE
6362C00 Loop End Ref Returns a reference to the end terminal of the While Loop. Read Only No
6362C01 Stop If True? Specifies whether the While Loop stops if you wire TRUE to the end terminal of the loop. Read/Write No
6362C02 Iteration Terminal Hidden? Hides the iteration terminal if you set this property TRUE. Returns an error if you try to hide the iteration terminal when it is wired. Read/Write Yes

Methods

Show/Hide WhileLoop Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
WhileLoop Methods Table
Property ID Long Name (English) Description RTE
6362800 Replace With TimeLoop Replaces a While Loop with a Timed Loop. Yes

Event

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

History

Version Change(s)
LabVIEW 2020 The Iteration Terminal Hidden? property added in LabVIEW 2020.

See Also