Agilent Technologies E8285A Video Games User Manual


 
51
Chapter 1, Description of Keys
Keys
Ref set
Press and release the Shift key, then the Increment÷10 key to access the reference
set function. This function is used to enter or remove a measurement reference for
relative AF and RF measurements.
Programming Ref set
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.