Вы находитесь на странице: 1из 26

'*************************************************

* DESCRIPTION: Sample Programs for E4980A


'*
'* AUTHOR: Agilent Technologies Japan, Ltd.
* CREATED: Aug/6/2007
* MODIFIED: None
* PROGRAM NAME: E4980A Sample Program
* REVISION: A.01.01
'*
'* Copyright (c) Agilent Technologies,
'* All rights reserved.
'*
'*
'* Customer shall have the personal, non-
'* transferable rights to use, copy or modify
'* this SAMPLE PROGRAM for Customer's internal
'* operations. Customer shall use the SAMPLE
'* PROGRAM solely and exclusively for its own
'* purpose and shall not license, lease, market
'* or distribute the SAMPLE PROGRAM or
'* modification or any part thereof.
'*
'* Agilent Technologies shall not be liable for
'* the quality, performance or behavior of the
'* SAMPLE PROGRAM. Agilent Technologies especially
'* disclaims that the operation of the SAMPLE
'* PROGRAM shall be uninterrupted or error free.
'* This SAMPLE PROGRAM is provided AS IS.
'*
'* AGILENT TECHNOLOGIES DISCLAIMS THE IMPLIED
'* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
'* A PARTICULAR PURPOSE.
'*
'* Agilent Technologies shall not be liable for
'* any infringement of any patent, trademark,
'* copyright or other proprietary rights by the
'* SAMPLE PROGRAM or its use. Agilent Technologies
'* does not warrant that the SAMPLE PROGRAM is
'* free from infringements or such rights of third
'* parties. However, Agilent Technologies will not
'* knowingly infringe or deliver a software that
'* infringes the patent, trademark, copyright or
'* other proprietary right of a third party.
'*
'*************************************************
E4980A Sample Program VBA
Select connection interface USB <- Click B3 column and select interface from GP

The interface function is enabled by properly


the standard module (VBA) named SelectLC
and open the VBA module program. Then, m
program to equalize it with your E4980A's ad
defined by the SelectLCRMeter module prog
the sample programs in other spreadsheets.
connection conditions independently for each

To define the connection conditions, perform


(1) Click Tool in the top menu of this Excel d
(2) Click Macro in pull-down menu, and then
standard modules.
(3) From VBAProject tree on the left hand o
module named SelectLCRMeter.
(4) Double-click SelectLCRMeter to open th
(5) If the connection interface is GPIB, chang
following program line: ErrorCheck viOpen(d
Agte4980a).
Overwrite the GPIB address of your E4980A
(6) If the connection interface is USB, change
following program line: ErrorCheck viOpen(d
"USB0::2391::2313::LP10000000::0::INSTR"
Overwrite the serial number of your E4980A
place of LP10000000.
(7) Save the edited version of E4980ASampl

After you have performed the above procedu


connected to your PC.
GPIB
USB
n and select interface from GPIB or USB.

unction is enabled by properly setting the connection conditions in


odule (VBA) named SelectLCRMeter. Access the SelectLCRMeter
VBA module program. Then, modify the address in the module
ualize it with your E4980A's address. The connection conditions
SelectLCRMeter module program are automatically applied to all
grams in other spreadsheets. (It is impossible to change the
ditions independently for each sample program.)

onnection conditions, perform the following procedure:


n the top menu of this Excel display window.
o in pull-down menu, and then Visual Basic Editor to access the
les.
Project tree on the left hand of Excel window, select the standard
SelectLCRMeter.
k SelectLCRMeter to open the VBA module program.
ction interface is GPIB, change the preset address17 in the
am line: ErrorCheck viOpen(defrm, "GPIB0::17::INSTR", 0, 0,

GPIB address of your E4980A in place of 17.


ction interface is USB, change the preset code LP10000000 in the
am line: ErrorCheck viOpen(defrm,
2313::LP10000000::0::INSTR", 0, 0, Agte4980a).
erial number of your E4980A such as MY12345678 (example) in
00000.
dited version of E4980ASampleProgram.xls in your PC.

performed the above procedure, your PC recognizes the E4980A


our PC.
Example_1 Setting measurement conditions and scre
Connection interface USB <- The connection method selected in the Control Pane

Content
This application program sets the measurement conditions and the LCD display of the E4980A.

Execute

Message
End to set configuration.
conditions and screen display
hod selected in the Control Panel sheet is applied.

the E4980A.
Example_2 Detecting End of Measurement
Connection interface USB <- The connection method selected in the Control Pane

Content
This application program detects the end of measurement with the status byte after the E4980A is triggered. This p
byte becomes 192, and displays the status byte while waiting and the status byte after processing.

Execute

Status Byte (Loop) Status Byte Clear)


192 0
urement
hod selected in the Control Panel sheet is applied.

r the E4980A is triggered. This program waits until the status


after processing.
Example_3 Read Measurement Results
Connection interface USB <- The connection method selected in the Control P

Content (Example_3_1)
This application program reads measurement data along with comparator decision data in ASCII
format.

Execute

Result
Result A Result B Status BIN No.
2.66E-06 -4.58E-01 0 0

Content (Example_3_2)
This application program reads measurement data along with comparator decision data in ASCII
format using the data buffer memory.

Execute

Result
Result A Result B Status BIN No.
2.06E-07 -7.74E+00 0 0
1.02E-06 -7.92E-01 0 0
1.66E-06 -4.54E-02 0 0
2.68E-06 -2.09E-01 0 0
7.19E-07 -2.04E+00 0 0

Content (Example_3_3)
This application program performs a list sweep measurement and reads measurement values
along with comparator In/Out decision results in ASCII format at each measurement point.

Execute

Result
Result A Result B Status IN/OUT
3.12E-07 -7.18E+00 0 -1
1.34E-06 -9.78E-01 0 -1
2.11E-07 -7.81E-01 0 -1
1.16E-07 -8.33E-01 0 -1
1.77E-07 -1.49E+00 0 -1
3.09E-08 -2.00E-01 0 -1
5.65E-09 -2.47E+00 0 -1
od selected in the Control Panel sheet is applied.

Content Example_3_4)
This application program reads measurement data along with comparator decision data in BINAR
format.

Execute

Result
Result A Result B Status
1.22E-06 -1.08E+00 0

Content (Example_3_5)
This application program reads measurement data along with comparator decision data in BINAR
format using the data buffer memory.

Execute

Result
Result A Result B Status
4.67E-06 -6.21E-01 0
8.67E-07 -1.95E+00 0
1.97E-06 -1.84E-01 0
1.38E-06 -7.45E-01 0
1.99E-06 -4.13E-01 0

Content Example_3_6)
This application program performs a list sweep measurement and reads the measurement value
along with comparator In/Out decision results in BINARY format at each measurement point.

Execute

Result
Result A Result B Status
1.39E-06 -1.16E+00 0
9.41E-08 -8.53E+00 0
2.77E-07 -1.19E+00 0
9.12E-08 -1.04E+00 0
6.07E-08 -9.49E-01 0
3.23E-08 -4.19E-01 0
1.58E-08 -1.00E+00 0
parator decision data in BINARY

sult
BIN No.
0

parator decision data in BINARY

sult
BIN No.
0
0
0
0
0

reads the measurement values


each measurement point.

sult
IN/OUT
-1
-1
-1
-1
-1
-1
-1
Example_4 Save/Recall
Connection interface USB <- The connection method selected in the Control P

Content
This application program saves into/recalls from the E4980A's internal flash memory the setup status data using the
save/recall function.

Select Save or Recall ?


Save Save
Recall

Execute

*OPC query value


+1
ethod selected in the Control Panel sheet is applied.

the setup status data using the


Example_5 Read correction data at user defined freq
Connection interface USB <- The connection method selected in the Control P

Content
This application program performs open/short/load correction at user-defined frequencies and reads/writes the corr

Execute

Result
Point No. Open A Open B Short A Short B Load A
1 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
2 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
3 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
4 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
5 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
6 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
7 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
8 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
9 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
10 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
11 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
12 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
13 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
14 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
15 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
16 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
17 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
18 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
19 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
20 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
21 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
22 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
23 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
24 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
25 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
26 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
27 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
28 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
29 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
30 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
31 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
32 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
33 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
34 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
35 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
36 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
37 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
38 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
39 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
40 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
41 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
42 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
43 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
44 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
45 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
46 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
47 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
48 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
49 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
50 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
51 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
52 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
53 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
54 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
55 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
56 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
57 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
58 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
59 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
60 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
61 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
62 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
63 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
64 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
65 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
66 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
67 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
68 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
69 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
70 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
71 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
72 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
73 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
74 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
75 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
76 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
77 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
78 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
79 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
80 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
81 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
82 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
83 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
84 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
85 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
86 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
87 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
88 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
89 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
90 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
91 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
92 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
93 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
94 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
95 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
96 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
97 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
98 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
99 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
100 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
101 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
102 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
103 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
104 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
105 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
106 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
107 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
108 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
109 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
110 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
111 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
112 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
113 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
114 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
115 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
116 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
117 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
118 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
119 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
120 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
121 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
122 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
123 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
124 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
125 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
126 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
127 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
128 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
129 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
130 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
131 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
132 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
133 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
134 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
135 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
136 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
137 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
138 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
139 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
140 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
141 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
142 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
143 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
144 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
145 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
146 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
147 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
148 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
149 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
150 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
151 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
152 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
153 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
154 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
155 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
156 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
157 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
158 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
159 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
160 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
161 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
162 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
163 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
164 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
165 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
166 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
167 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
168 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
169 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
170 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
171 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
172 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
173 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
174 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
175 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
176 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
177 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
178 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
179 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
180 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
181 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
182 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
183 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
184 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
185 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
186 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
187 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
188 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
189 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
190 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
191 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
192 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
193 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
194 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
195 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
196 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
197 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
198 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
199 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00
200 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00

201 0.00E+00 0.00E+00 0.00E+00 0.00E+00 0.00E+00


er defined frequencies
selected in the Control Panel sheet is applied.

and reads/writes the correction data over GPIB or USB.

Load B
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
0.00E+00
+0.00000E
+00

Вам также может понравиться