Using The User Flatness Correction Commands, Example Program 8 - HP 8360 User Handbook Manual

8360 series synthesized sweepers
Table of Contents

Advertisement

Using the User Flatness
Correction Commands,
Example Program 8
10
20
ASSIGN QSource TO 719
30
ASSIGN @Meter TO 713
40
INTEGER Error-flag
50
ABORT 7
60
!
!Set up source
70
OUTPUT @Source; "*RST"
80
90
OUTPUT @Source; "FREQuency:MODE SWEep; STARt 2 GHZ; STOP 20 GHZ"
100
OUTPUT @Source; "SWEep:TIME 200 MS"
110
OUTPUT @Source; "POWer:LEVel 5 DBM;:INITiate:CONTinuous ON"
120 OUTPUT @Source; "*OPC?"
130 ENTER @Source; Done
140 !
150 !Set up power meter
160 OUTPUT @Meter; "PR"
170 OUTPUT @Meter; "FA"
180 OUTPUT @Meter; "TRO"
190 !
200 !Zero power meter
210 OUTPUT @Source; "POWer:STATe OFF"
2 2 0 Z e r o - m e t e r ( @ M e t e r , E r r o r - f l a g )
230 IF Error-flag THEN
240
BEEP
250
CLEAR SCREEN
260
PRINT "Error: Meter did not complete zeroing operation!"
270
ELSE
280 !
2 9 0 ! S e t u p c o r r e c t i o n f r e q u e n c i e s i n U s e r F l a t n e s s C o r r e c t i o n t a b l e
300
OUTPUT @Source; "CORRection:FLATness I';
310
320
330
340
350
WHILE Freq<Stop-freq
1-96 Getting Started Programming
The following program interrogates the synthesizer and an HP 437B
power meter for frequency and power information respectively.
The synthesizer (an HP 83620A) is programmed to sweep from
2 to 20 GHz, with frequency-correction pairs every 100 MHz and
path losses do not exceed 5 dBm and that the HP 437B power meter
already has its power sensor's calibration factors stored in sensor
data table 0. If another power meter is used, the power sensor's
calibration factors will have to be stored in a look-up table. Modify
the program to suit your particular measurement requirements. Up
to 801 points may be entered in the user flatness correction table
with this program.
SCPI commands are used to set up the source parameters and enter
correction frequencies and data into the correction table.

Advertisement

Table of Contents
loading

This manual is also suitable for:

83620a83622a83624a83623a83630a83640a ... Show all

Table of Contents