RIGOL Chapter 2 Command System
2-32 DP800 Programming Guide
:OUTPut:OCP:QUES?
Syntax :OUTPut:OCP:QUES? {CH1|CH2|CH3}
Description Query whether overcurrent protection occurs to the specified channel currently,
namely the output current exceeds the overcurrent protection limit and the output
turns off automatically.
Parameter
Name Type Range Default
{CH1|CH2|CH3} Discrete CH1|CH2|CH3 None
Explanation You can clear the overcurrent protection occurred on the specified channel using
the
:OUTPut:OCP:CLEAR command.
Return Format The query returns YES or NO.
Example :OUTP:OCP:QUES? CH1 /*Query whether overcurrent protection occurs to CH1
currently and the query returns YES*/
Related
Commands
:OUTPut:OCP:CLEAR
:OUTPut:OCP[:STATe]
:OUTPut:OCP:VALue
:OUTPut:OCP[:STATe]
Syntax :OUTPut:OCP[:STATe] {CH1|CH2|CH3},{ON|OFF}
:OUTPut:OCP[:STATe]? {CH1|CH2|CH3}
Description Enable or disable the overcurrent protection function of the specified channel.
Query the status of the overcurrent protection function of the specified channel.
Parameter
Name Type Range Default
{CH1|CH2|CH3} Discrete CH1|CH2|CH3 None
{ON|OFF} Bool ON|OFF OFF
Explanation When the overcurrent protection function is enabled, the output will turn off
automatically when the output current exceeds the overcurrent protection limit
currently set (
:OUTPut:OCP:VALue). You can send the :OUTPut:OCP:QUES?
command to query whether overcurrent protection occurs to the specified channel
currently.
Return Format The query returns ON or OFF.
Example :OUTP:OCP CH1,ON /*Enable the overcurrent protection function of CH1*/
:OUTP:OCP? CH1 /*Query the status of the overcurrent protection function of
CH1 and the query returns ON*/
Related
Commands
:OUTPut:OCP:QUES?
:OUTPut:OCP:VALue