User manual

RIGOL Chapter 2 Command System
2-156 MSO5000 Programming Guide
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
——
Remarks
There is a certain delay between the return time value and the set time value due to the
command response time and other factors.
Return
Format
The query returns the system time in strings.
Example
:SYSTem:TIME 16,10,17 /*Sets the system time to 16:10:17.*/
:SYSTem:TIME? /*The query returns 16,10,17*/
:SYSTem:LOCKed
Syntax
:SYSTem:LOCKed <bool>
:SYSTem:LOCKed?
Description
Turns on or off the keyboard lock function; or queries whether the keyboard is locked or
unlocked.
Parameter
Name
Type
Range
Default
<bool>
Bool
{{1|ON}|{0|OFF}}
0|OFF
Return
Format
The query returns 1 or 0.
Example
:SYSTem:LOCKed ON /*Enables the keyboard lock function.*/
:SYSTem:LOCKed? /*The query returns 1.*/
:SYSTem:MODules?
Syntax
:SYSTem:MODules?
Description
Queries the hardware modules.
Return
Format
The query returns 1,0,0,0,0. The first figure indicates LA; the second figure indicates DG;
and the others are not defined currently. 1 indicates not null, and 0 indicates null.