![Agilent Technologies 4294A Скачать руководство пользователя страница 205](http://html.mh-extra.com/html/agilent-technologies/4294a/4294a_programming-manual_2867882205.webp)
13
205
Application Sample Programs
Measuring Dielectric Material
1. Ch
apter
T
itle
2.
Ch
ap
te
r
T
itl
e
1
3
. Application Sample
4
. Chap
te
r T
itle
5. Chap
te
r T
itle
Programs
Sample Program for Non-Contacting Electrode Method
Example 13-3 shows a sample program to measure dielectric materials (non-contacting
electrode method) (for HP Instrument BASIC). You can find the source file of this
program, named permi_nc.bas, on the sample program disk. This programs is very similar
to Example 13-2, and therefore only its listing is given here.
Example 13-3
Dielectric (Relative Permittivity) Measurement (Non-Contacting Electrode Method)
10 !**************************************************************
20 !* 4294A + 16451B Permittivity Measurement (Non-Contact Method)
30 !* Instrument BASIC Sample Program
40 !**************************************************************
50 DIM Cp_data(1:801,1:2),D_data(1:801,1:2)
60 DIM Cp_data1(1:801,1:2),D_data1(1:801,1:2),Err_data(1:801,1:2)
70 DIM Cp_data2(1:801,1:2),D_data2(1:801,1:2),D_data3(1:801,1:2)
80 DIM Eri_data(1:801,1:2),Erm_data(1:801,1:2),Cole_data(1:801,1:2)
90 INTEGER Result
100 !
110 ASSIGN @Agt4294a TO 800
120 OUTPUT @Agt4294a;"DISA HIHB"
130 OUTPUT @Agt4294a;"HOLD"
140 Constants: !
150 E0=8.854E-12
160 Adj_center=100000.
170 Adj_up_limit_a=1.E-9
180 Adj_low_limit_a=7.E-10
190 Adj_up_limit_b=2.E-11
200 Adj_low_limit_b=1.2E-11
210 Load_center=100000.
220 Load_ave=4
230 Load_bw=5
240 Load_up_limit_a=5.05E-11 ! [pF]
250 Load_lo_limit_a=4.95E-11
260 Load_up_limit_b=5.05E-12
270 Load_lo_limit_b=4.95E-12
280 Open_r=1.E+11 ! [ohm]
290 Open_l=0
300 Short_r=0
310 Short_l=0
320 Load_g=0
330 Nop=201
340 Ave=1
350 Bw=3
360 D_elec_a=.038 ! [m]
370 D_elec_b=.005
380 !########################################## Main
390 Disp_proc:!
400 CLEAR SCREEN
410 PRINT "4294A + 16451B Permittivity Measurement Program"
420 PRINT " (Non-Contact Method Measurment)"
430 PRINT ""
440 PRINT "[ ] Select the main electrode of 16451B"
450 PRINT "[ ] Perform the adapter setup (1m cable)"
460 PRINT "[ ] Adjust the electrodes (Parallelizing)"
470 PRINT "[ ] Perform fixture compensation"
480 PRINT "x: done, s: skip, n: not required."
490 !
500 Adjustment: !
510 GOSUB Select_elec
520 GOSUB Adapter_setup
530 GOSUB Adjust
540 GOSUB Compen
Содержание 4294A
Страница 4: ...4 ...
Страница 18: ...18 Contents ...
Страница 24: ...24 Chapter1 To make effective use of this manual Other manuals attached to this unit ...
Страница 94: ...94 Chapter6 Reading Writing Measurement Data Reading Writing Data ...
Страница 110: ...110 Chapter7 Processing Measurement Results Analyzing Measurement Results ...
Страница 130: ...130 Chapter9 Communication with External Equipment Using the I O Ports Sample Program to Use the I O Port ...
Страница 136: ...136 Chapter10 Handling Errors Sample program for error handling ...
Страница 246: ...246 13 Application Sample Programs File Transfer Function ...
Страница 254: ...254 Chapter15 Setting the Display LCD Sample program for setting the LCD screen ...
Страница 507: ...Index Index 507 Index ...
Страница 508: ...508 Index Index ...
Страница 509: ...Index Index 509 Index ...
Страница 510: ...510 Index Index ...
Страница 511: ...Index Index 511 Index ...
Страница 512: ...512 Index Index ...
Страница 513: ...Index Index 513 Index ...
Страница 514: ...514 Index Index ...
Страница 515: ...Index Index 515 Index ...
Страница 516: ...516 Index Index ...
Страница 517: ...Index Index 517 Index ...
Страница 518: ...518 Index Index ...