RIGOL Chapter 2 Command System
2-28 DP800 Programming Guide
:MONItor:STOPway
Syntax :MONItor:STOPway {OUTOFF|WARN|BEEPER|NONE},{ON|OFF}
:MONItor:STOPway?
Description Set the stop mode of the monitor. Multiple stop modes can be enabled at the same
time.
Query the stop mode of the monitor.
Parameter
Name Type Range Default
{OUTOFF|WARN|BEEPER|
NONE}
Discrete OUTOFF|WARN|BEEPER None
{ON|OFF} Bool ON|OFF ON
Explanation When the channel output state meets the monitor condition set, the instrument will
turn off the output, display the corresponding prompt message or sound the beeper
according to the stop mode selected.
Return Format The query returns the on/off status of OUTOFF, WARN and BEEPER, for example,
OutputOff:ON,Warn:ON,Beep:ON.
Example :MONI:STOP BEEPER,OFF /*Disable the “Beeper” stop mode*/
:MONI:STOP? /*Query the current states of the stop modes of the monitor*/
/*The query returns OutputOff:ON,Warn:ON,Beep:OFF*/