NumericConstant class

From LabVIEW Wiki
Jump to: navigation, search
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
5DCFC00 Representation Returns the representation of the numeric constant. Read/Write Yes
5DCFC01 Fixed-Point Representation:Bits Reads or writes the encoding of the fixed-point value. Using this property with non-fixed-point controls will cause an error. Read/Write Yes
5DCFC02 Fixed-Point Representation:Bits:Signed Reads or writes whether the fixed-point value is a signed value. FALSE means signed. Using this property with a non-fixed-point number will result in an error. Read/Write Yes
5DCFC03 Fixed-Point Representation:Bits:Word Length Reads or writes the word length of the fixed-point value. FALSE means signed. Using this property with a non-fixed-point numeric will result in an error. Read/Write Yes
5DCFC04 Fixed-Point Representation:Bits:Integer Word Length Reads or writes the integer word length of the fixed-point value. Using this property with a non-fixed-point numeric will result in an error. Read/Write Yes
5DCFC05 Fixed-Point Representation:Desired Reads or writes the desired range of the fixed-point value based on its encoding. Read/Write Yes
5DCFC06 Fixed-Point Representation:Desired:Range Min Reads or writes the desired minimum of the fixed-point value based on its encoding. Read/Write Yes
5DCFC07 Fixed-Point Representation:Desired:Range Max Reads or writes the desired maximum of the fixed-point value based on its encoding. Read/Write Yes
5DCFC08 Fixed-Point Representation:Desired:Delta Reads or writes the desired delta of the fixed-point value based on its encoding. Read/Write Yes
5DCFC09 Fixed-Point Representation:Actual Reads the actual range of the fixed-point value based on its encoding. Read Only Yes
5DCFC0A Fixed-Point Representation:Actual:Range Min Reads the actual minimum of the fixed-point value based on its encoding. Read Only Yes
5DCFC0B Fixed-Point Representation:Actual:Range Max Reads the actual maximum of the fixed-point value based on its encoding. Read Only Yes
5DCFC0C Fixed-Point Representation:Actual:Delta Reads the actual delta of the fixed-point value based on its encoding. Read Only Yes
5DCFC0D Adapt To Entered Data 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. Read/Write Yes
5DCFC0E Fixed-Point Representation:Include Overflow Status? Reads or writes whether LabVIEW includes an overflow status with the fixed-point number. Read/Write Yes
5DCFC0F Fixed-Point Overflow Status Visible? Reads or writes whether the overflow status of the fixed-point number is visible. Read/Write No

Methods

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

Event

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


History

Version Change(s)
LabVIEW 2020 In LabVIEW 2020 the following properties were changed from Private to VI Scripting:

See Also