RIGOL Chapter 2 Command System
2-156 MSO7000/DS7000 Programming Guide
:SYSTem:SSAVEr:TIME
:SYSTem:SSAVEr:TIME <time>
:SYSTem:SSAVEr:TIME?
Sets or queries the screen saver time. The default unit for the value is minute.
When the oscilloscope enters the idle state and holds for a specified time, the screen
saver program will be enabled.
The query returns an integer ranging from 1 to 999.
:SYSTem:SSAVEr:TIME 10 /*Sets the screen saver time to 10 minutes.*/
:SYSTem:SSAVEr:TIME? /*The query returns 10.*/
:SYSTem:TIME
:SYSTem:TIME <hours>,<minutes>,<seconds>
:SYSTem:TIME?
Sets or queries the system time.
There is a certain delay between the return time value and the set time value due to the
command response time and other factors.
The query returns the system time in strings.
:SYSTem:TIME 16,10,17 /*Sets the system time to 16:10:17.*/
:SYSTem:TIME? /*The query returns 16,10,17*/
:SYSTem:LOCKed
:SYSTem:LOCKed <bool>
:SYSTem:LOCKed?
Turns on or off the keyboard lock function; or queries whether the keyboard is locked or
unlocked.
The query returns 1 or 0.
:SYSTem:LOCKed ON /*Enables the keyboard lock function.*/
:SYSTem:LOCKed? /*The query returns 1.*/