Jump to content

NumericConstant class: Difference between revisions

From LabVIEW Wiki
Replaced with template tables
m Added VI Scripting Class Category to page
Line 24: Line 24:
*[[VI Server]]
*[[VI Server]]
*[[VI Scripting]]
*[[VI Scripting]]
[[Category:VI Scripting Class]]


[[Category:VI Server]]
[[Category:VI Server]]
[[Category:VI Server Class]]
[[Category:VI Server Class]]
[[Category:VI Scripting]]
[[Category:VI Scripting]]

Revision as of 15:06, 7 May 2020

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