Chapter 2 Command System RIGOL
MSO1000Z/DS1000Z Programming Guide 2-147
:SYSTem:OPTion:UNINSTall
Uninstall the options installed.
:SYSTem:RAM?
Query the number of analog channels of the instrument.
The query always returns 4.
:SYSTem:SETup
:SYSTem:SETup <setup_stream>
:SYSTem:SETup?
Import the setting parameters of the oscilloscope to restore the oscilloscope to the
specified setting.
Query the setting of the oscilloscope.
 Here, the setting of the oscilloscope corresponds to the "Setups" in Storage ïƒ
Storage.
 <setup_stream> is the specified setting parameters of the oscilloscope and is the
return value of the :SYSTem:SETup? command; you cannot set the parameters
manually. For the specific format, please refer to the Return Format below.
 This command is mainly used to help users to easily export/import the oscilloscope
settings remotely. To export the setting parameters of the specified setting of the
oscilloscope, send the :SYSTem:SETup? command and save the return value to a
file. After that, if users want to restore the oscilloscope to the specified setting,
import the setting parameters of the oscilloscope using the :SYSTem:SETup
<setup_stream> command (note that <setup_stream> must be the return value
formerly acquired from the query).
The return value consists of two parts, including the TMC data description header and
the setting data. The format of the TMC data description header is #NXXXXXX; wherein,
# is the denoter, N is lower than or equal to 9 and the N data following it denotes the
length (the number of bytes) of the data stream. For example, #9000002077; wherein,
N is 9 and 000002077 denotes that there are 2077 byte effective data. The setting
data is in binary format.