Jump to content

NumericConstant class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
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 NumericConstant Properties Table</span>
{{VIServerClassTables|16389}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ NumericConstant Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|5DCFC0D
| [[NumericConstant class/AdaptToEnteredData property|AdaptToEnteredData]]
|If TRUE, the numeric constant changes data type to accommodate any value you enter. For example, an I32 constant will change to a DBL constant if you enter a fractional value.
|R/W
|X
|- style="background-color:#D1BB80;"
|5DCFC0F
| [[NumericConstant class/FXPOverflowStatusVisible property|FXPOverflowStatusVisible]]
|
|R/W
|
|- style="background-color:#D1BB80;"
|5DCFC09
| [[NumericConstant class/FXPRepActual property|FXPRepActual]]
|
|R
|X
|- style="background-color:#D1BB80;"
|5DCFC0C
| [[NumericConstant class/FXPActualDelta property|FXPActualDelta]]
|
|R
|X
|- style="background-color:#D1BB80;"
|5DCFC0B
| [[NumericConstant class/FXPActualRangeMax property|FXPActualRangeMax]]
|
|R
|X
|- style="background-color:#D1BB80;"
|5DCFC0A
| [[NumericConstant class/FXPActualRangeMin property|FXPActualRangeMin]]
|
|R
|X
|- style="background-color:#D1BB80;"
|5DCFC01
| [[NumericConstant class/FXPRepBits property|FXPRepBits]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|5DCFC04
| [[NumericConstant class/FXPIntegerWordLength property|FXPIntegerWordLength]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|5DCFC02
| [[NumericConstant class/FXPSigned property|FXPSigned]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|5DCFC03
| [[NumericConstant class/FXPWordLength property|FXPWordLength]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|5DCFC05
| [[NumericConstant class/FXPRepDesired property|FXPRepDesired]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|5DCFC08
| [[NumericConstant class/FXPDesiredDelta property|FXPDesiredDelta]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|5DCFC07
| [[NumericConstant class/FXPDesiredRangeMax property|FXPDesiredRangeMax]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|5DCFC06
| [[NumericConstant class/FXPDesiredRangeMin property|FXPDesiredRangeMin]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|5DCFC0E
| [[NumericConstant class/FXPIncludeOverflowStatus property|FXPIncludeOverflowStatus]]
|
|R/W
|X
|- style="background-color:#CCFFFF;"
|5DCFC00
| [[NumericConstant class/Representation property|Representation]]
|Returns the representation of the numeric constant.
|R/W
|X
|}
</div>
 
==Methods==
''No Methods for this class.''
 
==Events==
''No Events for this class.''


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occured over previous versions?}}
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version

Revision as of 20:10, 8 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name NumericConstant class
Class ID 16389
Scope VI Scripting
Class Inheritance
Class Children


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

Properties

Show/Hide NumericConstant Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
NumericConstant Properties Table
Property ID Long Name (English) Description R/W RTE
5DCFC00RepresentationReturns the representation of the numeric constant.Read/WriteYes
5DCFC01Fixed-Point Representation:BitsRead/WriteYes
5DCFC02Fixed-Point Representation:Bits:SignedRead/WriteYes
5DCFC03Fixed-Point Representation:Bits:Word LengthRead/WriteYes
5DCFC04Fixed-Point Representation:Bits:Integer Word LengthRead/WriteYes
5DCFC05Fixed-Point Representation:DesiredRead/WriteYes
5DCFC06Fixed-Point Representation:Desired:Range MinRead/WriteYes
5DCFC07Fixed-Point Representation:Desired:Range MaxRead/WriteYes
5DCFC08Fixed-Point Representation:Desired:DeltaRead/WriteYes
5DCFC09Fixed-Point Representation:ActualRead OnlyYes
5DCFC0AFixed-Point Representation:Actual:Range MinRead OnlyYes
5DCFC0BFixed-Point Representation:Actual:Range MaxRead OnlyYes
5DCFC0CFixed-Point Representation:Actual:DeltaRead OnlyYes
5DCFC0DAdapt To Entered DataIf TRUE, the numeric constant changes data type to accommodate any value you enter. For example, an I32 constant will change to a DBL constant if you enter a fractional value.Read/WriteYes
5DCFC0EFixed-Point Representation:Include Overflow Status?Read/WriteYes
5DCFC0FFixed-Point Overflow Status Visible?Read/WriteNo

Methods

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

Events

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


History

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

See Also