Chapter 3 51
Setting Measurement Conditions
A Sample Program for Setting Measurement Conditions
1. Chapter Title
2. Chapter Title 3. Setting Measurement
4. Chapter Title
5. Chapter Title
Conditions
220 List_star(1)=1.0E+6
230 List_stop(1)=2.0E+7
240 Nop(1)=21
250 Osc_mode$(1)="VOLT"
260 Osc_pow(1)=1.0
270 Dc_b_mode$(1)="CVOLT"
280 Dc_bias(1)=10.0
290 Bw_fact$(1)="1"
300 P_ave(1)=1
310 ! -- Segment 2 --
320 List_star(2)=2.0E+7
330 List_stop(2)=4.0E+7
340 Nop(2)=51
350 Osc_mode$(2)="VOLT"
360 Osc_pow(2)=1.0
370 Dc_b_mode$(2)="CVOLT"
380 Dc_bias(2)=10.0
390 Bw_fact$(2)="5"
400 P_ave(2)=4
410 ! -- Segment 3 --
420 List_star(3)=4.0E+7
430 List_stop(3)=1.0E+8
440 Nop(3)=21
450 Osc_mode$(3)="VOLT"
460 Osc_pow(3)=1.0
470 Dc_b_mode$(3)="CVOLT"
480 Dc_bias(3)=10.0
490 Bw_fact$(3)="1"
500 P_ave(3)=1
510 !
520 ! Display Setting
530 !
540 Split$="ON"
550 Accumulate$="ON"
560 ! -- Trace A --
570 Disp_a$="DATA"
580 Fmt_a$="LOGY"
590 Top_v_a=1.0E-3
600 Btm_v_a=1.0E-9
610 ! -- Trace B --
620 Disp_b$="DATA"
630 Fmt_b$="LINY"
640 Ref_p_b=5
650 Ref_v_b=0.
660 Scal_b=72.0
670 Phase_unit$="DEG"
680 Exp_phase$="ON"
690 !
700 OUTPUT @Hp4294a;"PRES"
710 OUTPUT @Hp4294a;"E4TP "&Adapter$
720 !
730 ! List Sweep Tabel Edit
740 !
750 OUTPUT @Hp4294a;"EDITLIST"
760 FOR I=1 TO 3
770 OUTPUT @Hp4294a;"SADD"
780 OUTPUT @Hp4294a;"STAR ";List_star(I)
790 OUTPUT @Hp4294a;"STOP ";List_stop(I)