Jump to content

RotaryColorScale 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 RotaryColorScale Properties Table</span>
{{VIServerClassTables|69}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ RotaryColorScale Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|7F6EBC00
| [[RotaryColorScale class/SclPos property|SclPos]]
|Specifies the position of the rotary scale. This property is not writable for meters.
 
{| class="wikitable"
|+ scope="col" style="text-align:left;"|Elements:
! scope="col" style="text-align:left;"| Name
! scope="col" style="text-align:left;"| Description
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Start
|Specifies where the scale begins. The 3 o'clock position is 0; the 12 o'clock position is pi/2; the 9 o'clock position is pi; the 6 o'clock position is 3*pi/2, and so on.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Range
|Specifies the clockwise range, in radians, of the scale from the start position.
|}
|R/W
|X
|- style="background-color:#FFFFCC;"
|7F6EBC02
| [[RotaryColorScale class/SclPosRange property|SclPosRange]]
|Specifies the clockwise range, in radians, of the scale from the start position. This property is not writable for meters.
|R/W
|X
|- style="background-color:#FFFFCC;"
|7F6EBC01
| [[RotaryColorScale class/SclPosStart property|SclPosStart]]
|Specifies where the scale begins. The 3 o'clock position is 0, 12 o'clock position is pi/2, 9 0'clock position is pi, 6 o'clock position is 3*pi/2, and so on. This property is not writable for meters.
|R/W
|X
|}
</div>
 
==Methods==
''No Methods for this class.''
 
==Events==
''No Events for this class.''


== History ==
== History ==

Revision as of 00:57, 9 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name RotaryColorScale class
Class ID 69
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide RotaryColorScale Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
RotaryColorScale Properties Table
Property ID Long Name (English) Description R/W RTE
7F6EBC00Scale PositionSpecifies the position of the rotary scale. This property is not writable for meters.Read/WriteYes
7F6EBC01Scale Position:StartSpecifies where the scale begins. The 3 o'clock position is 0, 12 o'clock position is pi/2, 9 0'clock position is pi, 6 o'clock position is 3*pi/2, and so on. This property is not writable for meters.Read/WriteYes
7F6EBC02Scale Position:RangeSpecifies the clockwise range, in radians, of the scale from the start position. This property is not writable for meters.Read/WriteYes

Methods

This class has no methods or it inherits methods from its parent: ColorScale Class.

Events

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


History

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

See Also