Instructions

Chapter 2 Command System RIGOL
DG2000 Programming Guide 2-45
:OUTPut[<n>]:VOLLimit:LOW
Syntax
:OUTPut[<n>]:VOLLimit:LOW <amp>
:OUTPut[<n>]:VOLLimit:LOW?
Description
Sets the low level amplitude of voltage limit.
Queries the low level amplitude of voltage limit.
Parameter
Name
Type
Range
Default
[<n>]
Discrete
1|2
1
<amp>
Real
Refer to "Remarks".
0 V
Remarks
When [<n>] is omitted, the commands set and query the related parameters of CH1 by default.
The range of low level limit depends on the current amplitude and offset settings.
Return Format
The query returns the low level limit value in scientific notation with 7 effective digits. For example,
-1.000000E+00, indicating that the high level limit value is -1 V.
Example
:OUTP1:VOLLimit:LOW /*Sets the low level amplitude of voltage limit of CH1 to -1 V.*/
:OUTP1:VOLLimit:LOW? /*Queries the low level amplitude of voltage limit of CH1 and returns
-1.000000E+00.*/
:OUTPut[<n>]:VOLLimit[:STATe]
Syntax
:OUTPut[<n>]:VOLLimit[:STATe] {ON|1|OFF|0}
:OUTPut[<n>]:VOLLimit[:STATe]?
Description
Enables or disables the voltage limit.
Queries the on/off status of the voltage limit.
Parameter
Name
Type
Range
Default
[<n>]
Discrete
1|2
1
{ON|1|OFF|0}
Bool
ON|1|OFF|0
ON
Remarks
When [<n>] is omitted, the commands set and query the related parameters of CH1 by default.
Return Format
The query returns ON or OFF.
Example
:OUTP1:VOLLimit? /*Queries the on/off status of the voltage limit of CH1 and the query returns OFF.*/
:OUTP1:VOLLimit ON /*Enables the voltage limit of CH1.*/
:OUTP1:VOLLimit? /*Queries the on/off status of the voltage limit of CH1 and the query returns ON.*/