NumericConstant class: Difference between revisions
Appearance
mNo edit summary |
Updated for LabVIEW 2020. Removed template. |
||
(4 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
{{TOCright}} | {{TOCright}} | ||
==Properties== | == Properties == | ||
<span class="mw-customtoggle-propertiestable">Show/Hide NumericConstant Properties Table</span> | <span class="mw-customtoggle-propertiestable">Show/Hide NumericConstant Properties Table</span> | ||
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable"> | <div class="mw-collapsible" id="mw-customcollapsible-propertiestable"> | ||
{{VIServerLegend|showrw=TRUE|showrte=TRUE}} | {{VIServerLegend|showrw=TRUE|showrte=TRUE}} | ||
{| class="wikitable sortable" | <div style="width: 80%; max-height: 50em; overflow: auto;"> | ||
{| class="wikitable sortable" | |||
|+ NumericConstant Properties Table | |+ NumericConstant Properties Table | ||
! Property ID | ! data-sort-type="number"| Property ID | ||
! | ! Long Name (English) | ||
! Description | ! Description | ||
! R/W | ! R/W | ||
! RTE | ! RTE | ||
|- style="background-color:#CCFFFF;" | |- style="background-color:#CCFFFF;" | ||
| | | data-sort-value=98368512 |5DCFC00 | ||
|5DCFC00 | |||
| [[NumericConstant class/Representation property|Representation]] | | [[NumericConstant class/Representation property|Representation]] | ||
|Returns the representation of the numeric constant. | | Returns the representation of the numeric constant. | ||
| | | Read/Write | ||
| | | Yes | ||
|- style="background-color:#CCFFFF;" | |||
| data-sort-value=98368513 |5DCFC01 | |||
| [[NumericConstant class/Fixed-Point Representation.Bits property|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 | |||
|- style="background-color:#CCFFFF;" | |||
| data-sort-value=98368514 |5DCFC02 | |||
| [[NumericConstant class/Fixed-Point Representation.Bits.Signed property|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 | |||
|- style="background-color:#CCFFFF;" | |||
| data-sort-value=98368515 |5DCFC03 | |||
| [[NumericConstant class/Fixed-Point Representation.Bits.Word Length property|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 | |||
|- style="background-color:#CCFFFF;" | |||
| data-sort-value=98368516 |5DCFC04 | |||
| [[NumericConstant class/Fixed-Point Representation.Bits.Integer Word Length property|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 | |||
|- style="background-color:#CCFFFF;" | |||
| data-sort-value=98368517 |5DCFC05 | |||
| [[NumericConstant class/Fixed-Point Representation.Desired property|Fixed-Point Representation:Desired]] | |||
| Reads or writes the desired range of the fixed-point value based on its encoding. | |||
| Read/Write | |||
| Yes | |||
|- style="background-color:#CCFFFF;" | |||
| data-sort-value=98368518 |5DCFC06 | |||
| [[NumericConstant class/Fixed-Point Representation.Desired.Range Min property|Fixed-Point Representation:Desired:Range Min]] | |||
| Reads or writes the desired minimum of the fixed-point value based on its encoding. | |||
| Read/Write | |||
| Yes | |||
|- style="background-color:#CCFFFF;" | |||
| data-sort-value=98368519 |5DCFC07 | |||
| [[NumericConstant class/Fixed-Point Representation.Desired.Range Max property|Fixed-Point Representation:Desired:Range Max]] | |||
| Reads or writes the desired maximum of the fixed-point value based on its encoding. | |||
| Read/Write | |||
| Yes | |||
|- style="background-color:#CCFFFF;" | |||
| data-sort-value=98368520 |5DCFC08 | |||
| [[NumericConstant class/Fixed-Point Representation.Desired.Delta property|Fixed-Point Representation:Desired:Delta]] | |||
| Reads or writes the desired delta of the fixed-point value based on its encoding. | |||
| Read/Write | |||
| Yes | |||
|- style="background-color:#CCFFFF;" | |||
| data-sort-value=98368521 |5DCFC09 | |||
| [[NumericConstant class/Fixed-Point Representation.Actual property|Fixed-Point Representation:Actual]] | |||
| Reads the actual range of the fixed-point value based on its encoding. | |||
| Read Only | |||
| Yes | |||
|- style="background-color:#CCFFFF;" | |||
| data-sort-value=98368522 |5DCFC0A | |||
| [[NumericConstant class/Fixed-Point Representation.Actual.Range Min property|Fixed-Point Representation:Actual:Range Min]] | |||
| Reads the actual minimum of the fixed-point value based on its encoding. | |||
| Read Only | |||
| Yes | |||
|- style="background-color:#CCFFFF;" | |||
| data-sort-value=98368523 |5DCFC0B | |||
| [[NumericConstant class/Fixed-Point Representation.Actual.Range Max property|Fixed-Point Representation:Actual:Range Max]] | |||
| Reads the actual maximum of the fixed-point value based on its encoding. | |||
| Read Only | |||
| Yes | |||
|- style="background-color:#CCFFFF;" | |||
| data-sort-value=98368524 |5DCFC0C | |||
| [[NumericConstant class/Fixed-Point Representation.Actual.Delta property|Fixed-Point Representation:Actual:Delta]] | |||
| Reads the actual delta of the fixed-point value based on its encoding. | |||
| Read Only | |||
| Yes | |||
|- style="background-color:#CCFFFF;" | |||
| data-sort-value=98368525 |5DCFC0D | |||
| [[NumericConstant class/Adapt To Entered Data property|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 | |||
|- style="background-color:#CCFFFF;" | |||
| data-sort-value=98368526 |5DCFC0E | |||
| [[NumericConstant class/Fixed-Point Representation.Include Overflow Status? property|Fixed-Point Representation:Include Overflow Status?]] | |||
| Reads or writes whether LabVIEW includes an overflow status with the fixed-point number. | |||
| Read/Write | |||
| Yes | |||
|- style="background-color:#CCFFFF;" | |||
| data-sort-value=98368527 |5DCFC0F | |||
| [[NumericConstant class/Fixed-Point Overflow Status Visible? property|Fixed-Point Overflow Status Visible?]] | |||
| Reads or writes whether the overflow status of the fixed-point number is visible. | |||
| Read/Write | |||
| No | |||
|} | |} | ||
</div> | </div></div> | ||
==Methods== | == Methods == | ||
'' | ''This class has no methods or it inherits methods from its parent: [[Constant class#Methods|Constant Class]].'' | ||
== Event == | |||
''This class has no events or it inherits events from its parent: [[Constant class#Events|Constant Class]].'' | |||
== History == | == History == | ||
{| class="wikitable" | {| class="wikitable" | ||
! Version | ! Version | ||
! Change(s) | ! Change(s) | ||
|- | |- | ||
|[[File: | |[[File:LV2020.png|frameless|border|64x64px|LabVIEW 2020|link=LabVIEW 2020]] | ||
| | | In [[LabVIEW 2020]] the following properties were changed from [[VI Server#Private|Private]] to [[VI Server#VI Scripting|VI Scripting]]: | ||
* [[NumericConstant class/Fixed-Point Representation.Bits property|Fixed-Point Representation:Bits property]] | |||
* [[NumericConstant class/Fixed-Point Representation.Bits.Signed property|Fixed-Point Representation:Bits:Signed property]] | |||
* [[NumericConstant class/Fixed-Point Representation.Bits.Word Length property|Fixed-Point Representation:Bits:Word Length property]] | |||
* [[NumericConstant class/Fixed-Point Representation.Bits.Integer Word Length property|Fixed-Point Representation:Bits:Integer Word Length property]] | |||
* [[NumericConstant class/Fixed-Point Representation.Desired property|Fixed-Point Representation:Desired property]] | |||
* [[NumericConstant class/Fixed-Point Representation.Desired.Range Min property|Fixed-Point Representation:Desired:Range Min property]] | |||
* [[NumericConstant class/Fixed-Point Representation.Desired.Range Max property|Fixed-Point Representation:Desired:Range Max property]] | |||
* [[NumericConstant class/Fixed-Point Representation.Desired.Delta property|Fixed-Point Representation:Desired:Delta property]] | |||
* [[NumericConstant class/Fixed-Point Representation.Actual property|Fixed-Point Representation:Actual property]] | |||
* [[NumericConstant class/Fixed-Point Representation.Actual.Range Min property|Fixed-Point Representation:Actual:Range Min property]] | |||
* [[NumericConstant class/Fixed-Point Representation.Actual.Range Max property|Fixed-Point Representation:Actual:Range Max property]] | |||
* [[NumericConstant class/Fixed-Point Representation.Actual.Delta property|Fixed-Point Representation:Actual:Delta property]] | |||
* [[NumericConstant class/Fixed-Point Representation.Include Overflow Status? property|Fixed-Point Representation:Include Overflow Status? property]] | |||
* [[NumericConstant class/Fixed-Point Overflow Status Visible? property|Fixed-Point Overflow Status Visible? property]] | |||
|} | |} | ||
== See Also == | == See Also == | ||
*[[VI Server Class Hierarchy]] | *[[VI Server Class Hierarchy]] | ||
Line 138: | Line 152: | ||
*[[VI Scripting]] | *[[VI Scripting]] | ||
[[Category:VI | [[Category:VI Scripting Class]] | ||
[[Category:VI Server Class]] | [[Category:VI Server Class]] | ||
Latest revision as of 17:25, 15 June 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 | 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.