Jump to content

NumericConstant class

From LabVIEW Wiki
Revision as of 19:02, 1 September 2019 by Q (talk | contribs)
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 Short Name (English) Description R/W RTE
5DCFC0D 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
5DCFC0F FXPOverflowStatusVisible R/W
5DCFC09 FXPRepActual R X
5DCFC0C FXPActualDelta R X
5DCFC0B FXPActualRangeMax R X
5DCFC0A FXPActualRangeMin R X
5DCFC01 FXPRepBits R/W X
5DCFC04 FXPIntegerWordLength R/W X
5DCFC02 FXPSigned R/W X
5DCFC03 FXPWordLength R/W X
5DCFC05 FXPRepDesired R/W X
5DCFC08 FXPDesiredDelta R/W X
5DCFC07 FXPDesiredRangeMax R/W X
5DCFC06 FXPDesiredRangeMin R/W X
5DCFC0E FXPIncludeOverflowStatus R/W X
5DCFC00 Representation Returns the representation of the numeric constant. R/W X

Methods

No Methods for this class.

Events

No Events for this class.

History

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

See Also