2 Command System RIGOL
DS2000E Programming Guide
:SYSTem:SSAVer:TIME
Syntax
:SYSTem:SSAVer:TIME <time>
:SYSTem:SSAVer:TIME?
Description
Set or query the screen saver time.
Parameter
Name Type Range Default
<time> Discrete
{1MIN|2MIN|5MIN|15MIN|30MIN|
45MIN|60MIN|2HOur|5HOur|OFF}
OFF
Explanation
After the oscilloscope enters idle state for the specified period of time, the screen saver program will be
enabled. OFF denotes do not use the screen saver program.
Return Format
The query returns the screen saver time currently set or OFF.
:SYSTem:SETup
Syntax
:SYSTem:SETup <setup_data>
:SYSTem:SETup?
Description
Send or read the data of the system setup file.
Parameter
Name Type Range Default
<setup_data> Refer to Explanation
Explanation
When sending the command, <setup_data> is a binary data block. The data stream is added directly
behind the command string to send the data in one operation.
When reading the data, make sure that the buffer is large enough to receive the data stream; otherwise,
the program might be abnormal during the reading.
The data stream format: Stream Block Header ::= #NX...X is used to describe the length of the data
stream. Wherein, # is the start denoter of the data stream. N is less than or equal to 9 and the N figures
followsing it denotes the length (number of bytes) of the data stream. For example, #9000002493;
wherein, N is 9 and 000002493 denotes that the length of the data stream is 2493byte.