NumericConstant class: Difference between revisions
Appearance
mNo edit summary |
Replaced with template tables |
||
| Line 7: | Line 7: | ||
{{TOCright}} | {{TOCright}} | ||
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates--> | |||
< | {{VIServerClassTables|16389}} | ||
{{ | |||
== History == | == History == | ||
{{ambox|text=History information is needed. What changes have | {{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 | |
| |
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. |