![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/5/95/5953a29e-aa36-49be-8143-444d8f4ecf70/5953a29e-aa36-49be-8143-444d8f4ecf70-bgc1.png)
193
Equivalent Front-Panel Key Commands
Increment Up/Down (Arrow Keys)
The Increment Up/Down (Arrow Keys) Data Functions change the field’s setting
by one increment value (up or down). The increment value is determined by the
INCR SET (:INCRement) Data Function.
Syntax
:INCRement <UP or DOWN>
Example
OUTPUT 714;"RFG:FREQ:INCR UP"
This increases the RF Generator’s frequency by one increment value.
METER
The METER Data Function enables/disables the analog bar-graph meter for
certain measurements. The GPIB command :METer is used to select this data
function programmatically.
To Turn the Meter ON and OFF. Use the :METer:STATe commands to turn the
meter ON and OFF. The parameter can be a 1 or ON to turn the meter on and a 0
or OFF to turn the meter off.
Syntax
:METer:STATe <ON> or <1>
:METer:STATe <OFF> or <0>
Example
OUTPUT 714;"MEAS:RFR:POW:MET ON"
This turns the analog bar-graph meter ON for the TX Power
measurement.