WhileLoop class: Difference between revisions
Appearance
m Removed VI Server Category from page |
→History: Updated for LabVIEW 2020 |
||
| Line 11: | Line 11: | ||
== History == | == History == | ||
{| class="wikitable" | {| class="wikitable" | ||
! Version | ! Version | ||
! Change(s) | ! Change(s) | ||
|- | |- | ||
|[[File: | |[[File:LV2020.png|frameless|border|64x64px|LabVIEW 2020|link=LabVIEW 2020]] | ||
| | | The [[WhileLoop class/Iteration Terminal Hidden? property|Iteration Terminal Hidden? property]] added in [[LabVIEW 2020]]. | ||
|} | |} | ||
Revision as of 20:34, 15 June 2020
| VI Server Class Information | |
|---|---|
| Return to VI Server Class Hierarchy | |
| Class Name | WhileLoop class |
| Class ID | 16435 |
| Scope | VI Scripting |
| Class Inheritance |
|
| Class Children | |
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The WhileLoop class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide WhileLoop Properties Table
| Legend | |
|---|---|
| R/W | Readable/Writable Permissions |
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| 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 |
Methods
Show/Hide WhileLoop Properties Table
| Legend | |
|---|---|
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Method ID | Long Name (English) | Description | RTE |
|---|---|---|---|
| 6362800 | Replace With TimeLoop | Replaces 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) |
|---|---|
| The Iteration Terminal Hidden? property added in LabVIEW 2020. |