1 Power Meter Remote Operation
68 Keysight N8262A Programming Guide
Example 1 - The Simplest Method
The following program segments show the simplest method of querying the upper
and lower window’s measurement results respectively.
Using READ?
Using INITiate and FETCh?
Example 2 - Specifying the Source List Parameter
The CONFigure and READ? commands have three optional parameters, an
expected power value, a resolution and a source list. These parameters must be
entered in the specified order. If parameters are omitted, they default from the
right. The parameter DEFault is used as a place holder.
*RST Reset instrument
CONF1 Configure upper window -defaults to a Channel A measurement
READ1? Take upper window (Channel A) measurement
*RST Reset instrument
CONF2 Configure lower window -defaults to a Channel B measurement
READ2? Take lower window measurement (Channel B)
*RST Reset instrument
CONF1 Configure upper window -defaults to a Channel A measurement
INIT1? Causes Channel A to make a measurement
FETC1? Retrieves the upper window’s measurement
*RST Reset instrument
CONF2 Configure lower window
INIT2? Causes Channel B to make a measurement
FETC2? Retrieves the lower window’s measurement