Jump to content

DigitalNumericConstant class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Removed VI Server Category from page
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide DigitalNumericConstant Properties Table</span>
{{VIServerClassTables|16390}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ DigitalNumericConstant Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|634D001
| [[DigitalNumericConstant class/DisplayFormat property|DisplayFormat]]
|Returns a cluster that describes the <b>Format</b> and <b>Precision</b> of the numeric object.
 
The precision is the number of digits after the decimal point. The format of the numeric object is a number that corresponds to the values in the following section.
|R/W
|
|- style="background-color:#CCFFFF;"
|634D002
| [[DigitalNumericConstant class/Format property|Format]]
|Returns the format of the numeric object, which is a number that corresponds to the values in the following section.
|R/W
|
|- style="background-color:#CCFFFF;"
|634D003
| [[DigitalNumericConstant class/Precision property|Precision]]
|Returns the number of digits after the decimal point.
|R/W
|
|- style="background-color:#CCFFFF;"
|634D006
| [[DigitalNumericConstant class/FormatString property|FormatString]]
|Gets and sets the format code of the object.
|R/W
|X
|- style="background-color:#CCFFFF;"
|634D007
| [[DigitalNumericConstant class/NumText property|NumText]]
|Returns a reference to the numeric text in the constant.
|R
|X
|- style="background-color:#CCFFFF;"
|634D004
| [[DigitalNumericConstant class/RadixVis property|RadixVis]]
|Specifies whether the radix is visible.
|R/W
|
|- style="background-color:#CCFFFF;"
|634D008
| [[DigitalNumericConstant class/Unit Label property|Unit Label]]
|Returns a reference to the unit label of the object.
|R
|X
|- style="background-color:#D1BB80;"
|634D005
| [[DigitalNumericConstant class/UnitLblVis property|UnitLblVis]]
|
|R/W
|
|}
</div>
 
==Methods==
''No Methods for this class.''
 
==Events==
''No Events for this class.''


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occured over previous versions?}}
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
Line 92: Line 25:
*[[VI Scripting]]
*[[VI Scripting]]


[[Category:VI Server]]
[[Category:VI Scripting Class]]
 
[[Category:VI Server Class]]
[[Category:VI Server Class]]
[[Category:VI Scripting]]

Latest revision as of 01:54, 8 May 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name DigitalNumericConstant class
Class ID 16390
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


    The DigitalNumericConstant class is a class in the VI Server Class Hierarchy, (see also VI Server).

    Properties

    Show/Hide DigitalNumericConstant Properties Table

    Legend
    R/WReadable/Writable Permissions
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    DigitalNumericConstant Properties Table
    Property ID Long Name (English) Description R/W RTE
    634D001Display FormatReturns a cluster that describes the Format and Precision of the numeric object.Read/WriteNo
    634D002Display Format:FormatReturns the format of the numeric object, which is a number that corresponds to the values in the following section.Read/WriteNo
    634D003Display Format:PrecisionReturns the number of digits after the decimal point.Read/WriteNo
    634D004Radix Visible?Specifies whether the radix is visible.Read/WriteNo
    634D005Unit Label Visible?Read/WriteNo
    634D006Format StringGets and sets the format code of the object.Read/WriteYes
    634D007Numeric TextReturns a reference to the numeric text in the constant.Read OnlyYes
    634D008Unit LabelReturns a reference to the unit label of the object.Read OnlyYes

    Methods

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

    Events

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


    History

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

    See Also