Jump to content

Loop class: Difference between revisions

From LabVIEW Wiki
Started page
 
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 Loop Properties Table</span>
{{VIServerClassTables|16405}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ Loop Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|6361401
| [[Loop class/Diagram property|Diagram]]
|Returns a reference to the diagram of the loop.
|R
|
|- style="background-color:#CCFFFF;"
|6361400
| [[Loop class/LoopCounter property|LoopCounter]]
|Returns a reference to the loop counter.
|R
|
|- style="background-color:#CCFFFF;"
|6361402
| [[Loop class/ShiftRegs() property|ShiftRegs()]]
|Returns an array of references to the shift registers of the loop.
|R
|
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide Loop Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ Loop Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|6361000
| [[Loop class/Add Shift Register method|Add Shift Register]]
|Adds a shift register at the specified location on the frame of the loop. The position is relative to the frame.
|
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==

Revision as of 00:33, 9 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Loop class
Class ID 16405
Scope VI Scripting
Class Inheritance
Class Children


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

Properties

Show/Hide Loop Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Loop Properties Table
Property ID Long Name (English) Description R/W RTE
6361400Loop CounterReturns a reference to the loop counter.Read OnlyNo
6361401DiagramReturns a reference to the diagram of the loop.Read OnlyNo
6361402Shift Registers[]Returns an array of references to the shift registers of the loop.Read OnlyNo

Methods

Show/Hide Loop Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Loop Methods Table
Method ID Long Name (English) Description RTE
6361000Add Shift RegisterAdds a shift register at the specified location on the frame of the loop. The position is relative to the frame.No

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