Chapter 2 Command System RIGOL
DSA800E Programming Guide 2-137
Example
The command below sets the span to 1 MHz.
:SENSe:OBWidth:FREQuency:SPAN 1000000
The query below returns 1000000.
:SENSe:OBWidth:FREQuency:SPAN?
[:SENSe]:OBWidth:MAXHold:STATe
Syntax
[:SENSe]:OBWidth:MAXHold:STATe OFF|ON|0|1
[:SENSe]:OBWidth:MAXHold:STATe?
Description
Enable or disable the Max Hold of the occupied bandwidth measurement.
Query the status of the Max Hold of the occupied bandwidth measurement.
Parameter
Explanation
This command is only available when the occupied bandwidth measurement is enabled.
When Max Hold is enabled, each measurement result is compared with the previous result and the
maximum is displayed.
When Max Hold is disabled, the current measurement result is displayed.
Max Hold and the average measurement function are mutually exclusive and the average measurement
function will be automatically disabled when Max Hold is enabled.
Return Format
The query returns 0 or 1.
Example
The command below enables the Max Hold.
:SENSe:OBWidth:MAXHold:STATe ON or :SENSe:OBWidth:MAXHold:STATe 1
The query below returns 1.
:SENSe:OBWidth:MAXHold:STATe?