Instructions

RIGOL Chapter 2 Command System
2-152 MSO5000-E Programming Guide
:SYSTem:SETup
Syntax :SYSTem:SETup <setup_data>
:SYSTem:SETup?
Description
Sends or reads the data stream of the system setup file.
Parameter
Name
Type
Range
Default
<setup_data>
ASCII String
Refer to Remarks
——
Remarks <setup_data> is a binary data block, which consists of the TMC data block
header and setup data.
The format of the TMC data block header is #NX…X. Wherein, # is the
start identifier of the data stream; the N-digit data "X...X" (N≤9)
following the start identifier indicate the length of the data stream (the
number of bytes).
For example, #9000002506.
Wherein, N is 9, 000002506 following it represents that the data stream
contains 2506 bytes of effective data.
The setup data are expressed in ASCII format.
When sending the command, directly place the data stream after the
command string, then complete the whole sending process in one time. When
reading the data stream, ensure that there is enough buffer space to receive
the data stream; otherwise, errors might occur in reading the program.
:SYSTem:SSAVEr:TIME
Syntax :SYSTem:SSAVEr:TIME <time>
:SYSTem:SSAVEr:TIME?
Description Sets or queries the screen saver time. The default unit for the value is minute.
Parameter
Name
Type
Range
Default
<time>
Integer
1 to 999
30
Remarks When the oscilloscope enters the idle state and holds for a specified time, the screen
saver program will be enabled.
Return
Format
The query returns an integer ranging from 1 to 999.
Example :SYSTem:SSAVEr:TIME 10 /*Sets the screen saver time to 10 minutes.*/
:SYSTem:SSAVEr:TIME? /*The query returns 10.*/
:SYSTem:TIME
Syntax :SYSTem:TIME <hours>,<minutes>,<seconds>
:SYSTem:TIME?
Description
Sets or queries the system time.
Parameter
Name
Type
Range
Default
<hours> Integer 0 to 23
——
<minutes> Integer 0 to 59
——
<seconds> Integer 0 to 59
——