Property (Read-Write)
SCPI.FORMat.REAL.ASCii.LENGth = Value
Value = SCPI.FORMat.REAL.ASCii.LENGth
This command sets and gets the number of significant digits of a floating point number format in Ascii format. See ASCII Transfer Format.
For example, 1000 is expressed as :
When 12 is set, "+1.00000000000E+003."
When 14 is set, "+1.0000000000000E+003."
Parameter |
Value |
Description |
Number of significant digits |
Data Type |
Long integer type (Long) |
Range |
12|14 |
Preset Value |
12 |
Unit |
- |
Resolution |
- |
Dim Var as Long
SCPI.FORMat.REAL.ASCii.LENGth = 14
Var = SCPI.FORMat.REAL.ASCii.LENGth
No equivalent key is available on the front panel.
:FORMat:REAL:ASCii:LENGth {12|14}
:FORMat:REAL:ASCii:LENGth?
{12|14}<newline><^END>
10 OUTPUT 717;":FORM:REAL:ASC:LENG 14"
20 OUTPUT 717;":FORM:REAL:ASC:LENG?"
30 ENTER 717;A