Agilent Technologies 4294A Service Manual Page 108

  • Download
  • Add to my manuals
  • Print
  • Page
    / 518
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 107
108 Chapter 7
Processing Measurement Results
Analyzing Measurement Results
information on the parameters you can analyze.
Example 7-4 shows a sample program for ceramic resonator parameter analysis using the
“OUTPCERR?” command. This program is available under the filename “ana_com.bas”
on the sample program disk.
This program performs a sweep once, uses the “OUTPCERR?” command to analyze
ceramic resonator parameters, and reads and displays the analysis results.
Lines 30 to 70 Identifies the external controller and Instrument BASIC and sets the
GPIB address.
Lines 90 to 120 Assigns the sweep center value, the sweep span value, the trace
selected for analysis, and the peak threshold the corresponding
variables Cent, Span, Ana_trc$, and Thrr, respectively.
Lines 140 to 180 Resets the Agilent 4294A, sets impedance amplitude and phase as
measurement parameters, sets the sweep center value and the sweep
span value, respectively, to Cent and Span, and specifies log Y-axis
format as display format.
Lines 190 to 250 Performs a sweep once and then performs the auto scale to
automatically set the scale parameters so that the waveforms fit on the
screen.
Lines 270 to 290 Specifies the entire sweep range as the analysis range and sets the trace
selected for analysis and the peak threshold to “Ana_trc$” and “Thrr,”
respectively.
Line 300 to 310 Executes the “OUTPCERR?” command to read analyzed parameters.
Lines 330 to 380 Displays the analysis results.
Example 7-4 Ceramic Resonator Parameter Analysis
10 DIM Ana_trc$[9],Buff$[9]
20 REAL Cent,Span,Thrr,Zr,Fr,Za,Fa,R1,R2,R3
30 IF SYSTEM$("SYSTEM ID")="HP4294A" THEN
40 ASSIGN @Hp4294a TO 800
50 ELSE
60 ASSIGN @Hp4294a TO 717
70 END IF
80 !
90 Cent=6.0E+7
100 Span=2.0E+4
110 Ana_trc$="DATA"
120 Thrr=2.0
130 !
140 OUTPUT @Hp4294a;"PRES"
150 OUTPUT @Hp4294a;"MEAS IMPH"
160 OUTPUT @Hp4294a;"CENT ";Cent
170 OUTPUT @Hp4294a;"SPAN ";Span
180 OUTPUT @Hp4294a;"FMT LOGY"
190 OUTPUT @Hp4294a;"SING"
200 OUTPUT @Hp4294a;"*OPC?"
210 ENTER @Hp4294a;Buff$
220 OUTPUT @Hp4294a;"TRAC A"
230 OUTPUT @Hp4294a;"AUTO"
240 OUTPUT @Hp4294a;"TRAC B"
250 OUTPUT @Hp4294a;"AUTO"
Page view 107
1 2 ... 103 104 105 106 107 108 109 110 111 112 113 ... 517 518

Comments to this Manuals

No comments