Jump to content

WhileLoop class: Difference between revisions

From LabVIEW Wiki
Replaced with template tables
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 WhileLoop Properties Table</span>
{{VIServerClassTables|16435}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ WhileLoop Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|6362C00
| [[WhileLoop class/LoopEndRef property|LoopEndRef]]
|Returns a reference to the end terminal of the While Loop.
|R
|
|- style="background-color:#CCFFFF;"
|6362C01
| [[WhileLoop class/StopIfTrue property|StopIfTrue]]
|Specifies whether the While Loop stops if you wire TRUE to the end terminal of the loop.
|R/W
|
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide WhileLoop Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ WhileLoop Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|6362800
| [[WhileLoop class/Replace With TimeLoop method|Replace With TimeLoop]]
|Replaces a While Loop with a Timed Loop.
|X
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==

Revision as of 00:34, 9 September 2019

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
6362C00Loop End RefReturns a reference to the end terminal of the While Loop.Read OnlyNo
6362C01Stop If True?Specifies whether the While Loop stops if you wire TRUE to the end terminal of the loop.Read/WriteNo

Methods

Show/Hide WhileLoop Properties Table

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

Events

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


History

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

See Also