Specifications

RIGOL
© 2008 RIGOL Technologies, Inc.
Programming Guide for DM3000 Series
2-49
:system:format:decimal
<value>
Function:
The command queries and sets radix point format used in system.
Parameters:
Name
Range
Default
<value>
{COMMA | DOT}
DOT
Explanations:
:system:format:decimal? queries the radix point format.
:system:format:decimal
<value>
sets the radix point format. COMMA means to
use , as a radix point, and at the same time the former , is changed into .. DOT
means to use · as a radix point, meanwhile the former . is changed into ,.
Remarks: As it is easier to change the format of data separator by using this
commond, so please do it carefully.
Return Format:
:system:format:decimal? returns the current radix point format.: COMMA or DOT.
10. :system:format:separate
Syntax:
:system:format:separate?
:system:format:separate
<value>
Function:
The command queries and sets the format of system separator.
Parameters:
Name
Range
Default
<value>
{ON | NONE | SPACE}
ON
Explanations:
:system:format:separate? queries the system data separator format.
:system:format:separate
<value>
sets the system data separator format.
ON denotes displaying the seperator, NONE denotes not displaying the spererator,
and SPACE denotes that a space replaces the separator.