DigitalNumericConstant class/Display Format property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 634D001
Scope VI Scripting
Data Name Fmt&Prec
Short Name* DisplayFormat
Long Name* Display Format
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 16390
Owning Class Name DigitalNumericConstant Class
Data Type Numeric Cluster TypeDef data type

Numeric Cluster TypeDef

Property Node Display Format
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningNo

Returns a cluster that describes the Format and Precision 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.

Values
0 Decimal
1 Scientific
2 Engineering
3 Binary
4 Octal
5 Hexadecimal
6 Relative time
7 Time and date
8 SI

Elements Display Format:Format

Display Format:Precision


Uses

History

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

See Also

External Links