Instructions

RIGOL Chapter 2 Command System
2-20 DG2000 Programming Guide
:DISPlay:SAVer[:STATe]
Syntax
:DISPlay:SAVer[:STATe] {ON|1|OFF|0}
:DISPlay:SAVer[:STATe]?
Description
Enables or disables the screen saver function.
Queries the on/off status of the screen saver function.
Parameter
Name
Type
Range
Default
{ON|1|OFF|0}
Bool
ON|1|OFF|0
ON
Remarks
When the screen saver function is enabled, the instrument enters the screen saver mode automatically
when you stop operating the instrument for more than 15 minutes and the screen stays black automatically
after another 30 minutes.
Return Format
The query returns ON or OFF.
Example
:DISP:SAV OFF /*Disables the screen saver function.*/
:DISP:SAV? /*Queries the on/off status of the screen saver function and the query returns OFF.*/
:DISP:SAV 1 /*Enables the screen saver function.*/
:DISP:SAV? /*Queries the on/off status of the screen saver function and the query returns ON.*/