NumericConstant class: Difference between revisions
Appearance
m Added VI Scripting Class Category to page |
m Added VI Scripting Category to page |
||
| Line 24: | Line 24: | ||
*[[VI Server]] | *[[VI Server]] | ||
*[[VI Scripting]] | *[[VI Scripting]] | ||
[[Category:VI Scripting Class]] | [[Category:VI Scripting Class]] | ||
[[Category:VI Server]] | [[Category:VI Server]] | ||
[[Category:VI Server Class]] | [[Category:VI Server Class]] | ||
Revision as of 01:12, 8 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 | |
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The NumericConstant class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide NumericConstant Properties Table
| Legend | |
|---|---|
| R/W | Readable/Writable Permissions |
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| 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 | Read/Write | Yes | |
| 5DCFC02 | Fixed-Point Representation:Bits:Signed | Read/Write | Yes | |
| 5DCFC03 | Fixed-Point Representation:Bits:Word Length | Read/Write | Yes | |
| 5DCFC04 | Fixed-Point Representation:Bits:Integer Word Length | Read/Write | Yes | |
| 5DCFC05 | Fixed-Point Representation:Desired | Read/Write | Yes | |
| 5DCFC06 | Fixed-Point Representation:Desired:Range Min | Read/Write | Yes | |
| 5DCFC07 | Fixed-Point Representation:Desired:Range Max | Read/Write | Yes | |
| 5DCFC08 | Fixed-Point Representation:Desired:Delta | Read/Write | Yes | |
| 5DCFC09 | Fixed-Point Representation:Actual | Read Only | Yes | |
| 5DCFC0A | Fixed-Point Representation:Actual:Range Min | Read Only | Yes | |
| 5DCFC0B | Fixed-Point Representation:Actual:Range Max | Read Only | Yes | |
| 5DCFC0C | Fixed-Point Representation:Actual:Delta | 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? | Read/Write | Yes | |
| 5DCFC0F | Fixed-Point Overflow Status Visible? | Read/Write | No |
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
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |