Power Meter Remote Operation
1
Keysight N8262A Programming Guide
89
10 !Create I/O path name
20 ASSIGN @POWER TO 713
30 !Clear the power meter’s interface
40 CLEAR @POWER
50 !Set the power meter to a known state
60 OUTPUT @POWER;"*RST"
70 !Configure the Power Meter to make the measurement
80 OUTPUT @Power;"CONF:POW:AC:RAT 20DBM,2,(@1),(@2)"
90 !Set the measurement units to dBm
100 OUTPUT @POWER;"UNIT:POW DBM"
110 !Set the power meter for channel offsets of -10 dB
120 OUTPUT @POWER;"SENS1:CORR:GAIN2 -10"
130 OUTPUT @POWER;"SENS2:CORR:GAIN2 -10"
140 !Enable the gain correction
150 OUTPUT @POWER;"SENS:CORR:GAIN2:STATe ON"
160 OUTPUT @POWER;"SENS2:CORR:GAIN2:STATe ON"
170 !Set the power meter for a display offset of -20 dB
180 OUTPUT @POWER;"CALC1:GAIN -20 DB"
190 PRINT "MAKING THE MEASUREMENT"
200 !Initiate the measurement
210 OUTPUT @Power;"INIT1:IMM"
220 OUTPUT @Power;"INIT2:IMM"
230 ! ... and get the result
240 OUTPUT @Power;"FETC:POW:AC:RAT? 20DBM,2,(@1),(@2)"
250 ENTER @Power;Reading
260 !
270 PRINT "The measurement result is ";Reading;"dB."
280 END
For further information on channel offsets refer to
. For further
information on display offsets refer to
AdBm
10
–
BdBm
10
–
----------------------
20
–
dB
Содержание N8262A
Страница 1: ...Keysight N8262A P Series Modular Power Meter Programming Guide ...
Страница 6: ...6 Keysight N8262A Programming Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 48: ...48 Keysight N8262A Programming Guide ...
Страница 50: ...50 Keysight N8262A Programming Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 54: ...54 Keysight N8262A Programming Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 122: ...1 Power Meter Remote Operation 122 Keysight N8262A Programming Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 184: ...2 MEASurement Commands 184 Keysight N8262A Programming Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 222: ...3 CALCulate Subsystem 222 Keysight N8262A Programming Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 274: ...5 DISPlay Subsystem 274 Keysight N8262A Programming Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 326: ...8 OUTPut Subsystem 326 Keysight N8262A Programming Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 340: ...9 PSTatistic Subsystem 340 Keysight N8262A Programming Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 418: ...10 SENSe Subsystem 418 Keysight N8262A Programming Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 444: ...11 STATus Subsystem 444 Keysight N8262A Programming Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 536: ...12 SYSTem Subsystem 536 Keysight N8262A Programming Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 564: ...13 TRACe Subsystem 564 Keysight N8262A Programming Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 648: ...16 SERVice Subsystem 648 Keysight N8262A Programming Guide ...
Страница 649: ...SERVice Subsystem 16 Keysight N8262A Programming Guide 649 ...
Страница 650: ...16 SERVice Subsystem 650 Keysight N8262A Programming Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 668: ...17 IEEE 488 2 Command Reference 668 Keysight N8262A Programming Guide Syntax STB ...
Страница 672: ...17 IEEE 488 2 Command Reference 672 Keysight N8262A Programming Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...