Agilent Technologies A.18.00 Weather Radio User Manual


 
197
Equivalent Front-Panel Key Commands
REF SET
The REF SET Data Function establishes a measurement reference point. The
GPIB command :REFerence is used to select this data function programmatically.
To Turn Measurement Reference Points ON and OFF. Use the
:REFerence:STATe <boolean> commands to turn measurement reference points
ON and OFF. The <boolean> parameter can be a 1 or ON to turn measurement
reference points on, and a 0 or OFF to turn measurement reference points off.
Syntax
:REFerence:STATe <ON> or <1>
:REFerence:STATe <OFF> or <0>
Example
OUTPUT 714;"MEAS:RFR:POW:REF:STAT ON"
This turns the measurement reference point for the TX Power
measurement ON.
To Query the State of Measurement Reference Points. Use the
:REFerence:STATe? commands to query the state of a measurement reference
point. The query returns a 1 if a measurement reference points is ON, and a 0 if a
measurement reference points is OFF.
Syntax
:REFerence:STATe?
Example
OUTPUT 714;"MEAS:RFR:POW:REF:STAT?"
ENTER 714;Meter_on_off ! returns a 1 (ON) or 0 (OFF)
This queries the state of the measurement reference point for the TX
Power measurement.