Specifications

RIGOL 1 SCPI Overview
DS2000 Programming Guide
1-2
Syntax
The command string usually starts with ":", the keywords are separated by ":" and
are followed by the parameter settings available, "?" is added at the end of the
command string to indicate query and the command and parameter are separated by
space.
For example,
:CALCulate:ADVanced:EXPRession <expression>
:CALCulate:ADVanced:EXPRession?
CALCulate is the root keyword of the command. ADVance and EXPRession are
the second-level and third-level keywords respectively. The command string starts
with ":" which separates the multiple-level keywords. <expression> represents
parameters available for setting, "?" represents query and the
command :CALCulate:ADVance:EXPRession and the parameter <expression>
are separated by space.
"," is generally used for separating different parameters contained in the same
command, for example,
:SYSTem:DATE <year>,<month>,<day>