Agilent Technologies B1500A Service Manual Page 277

  • Download
  • Add to my manuals
  • Print
  • Page
    / 598
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 276
Agilent B1500A/B1505A Programming Guide, Edition 11 3-99
Programming Examples
C-f Sweep Measurements
Measurement
Result Example
Freq (MHz), Cp (pF), C_st, G (uS), G_st, OSC (mV), Osc_st, DC (V),
Dc_st, Time (s)
0.5,0.102504,NGC,-0.00489649,NGY,29.9602,NGV,5.00364,NGV,0.01205
1,0.103028,NGC,0.00752516,NGY,29.9472,NGV,5.00362,NGV,0.03098
1.5,0.0941827,NGC,0.0385718,NGY,29.914,NGV,5.00384,NGV,0.04993
2,0.0925777,NGC,0.00978407,NGY,29.8359,NGV,5.00383,NGV,0.06891
2.5,0.0936848,NGC,0.0741706,NGY,29.7236,NGV,5.00383,NGV,0.08851
3,0.0926532,NGC,0.0838099,NGY,29.6289,NGV,5.00396,NGV,0.10756
3.5,0.098542,NGC,0.0313031,NGY,29.4926,NGV,5.00391,NGV,0.12654
4,0.0985281,NGC,0.0103357,NGY,29.3519,NGV,5.00376,NGV,0.14551
4.5,0.101377,NGC,0.0136298,NGY,29.1433,NGV,5.004,NGV,0.1644
5,0.100967,NGC,0.10801,NGY,28.9145,NGV,5.0038,NGV,0.1833
Data save completed.
Do you want to perform measurement again?
session.WriteString("DZ" & vbLf) ’110
save_data(fname, title, value, data, nop1, nop2, session, t)
Exit Sub
Check_err: ’114
session.WriteString("EMG? " & err & vbLf) : msg = session.ReadString(256)
MsgBox("Instrument error: " & err & Chr(10) & msg, vbOKOnly, "")
Exit Sub
Check_nop: ’119
MsgBox("No. of data: " & rep & " (not " & nop1 * 6 & ")", vbOKOnly, "")
End Sub
Line Description
110 to 112 Applies 0 V from all channels. And transfers the data stored in the data variable to the
save_data subprogram (see Table 3-1). And the subprogram will save the data into a CSV
file specified by the fname variable and displays the data on a message box.
114 to 117 Displays a message box to show an error message if the error is detected.
119 to 120 Displays a message box to show an error message if the number of returned data is not
correct.
Page view 276
1 2 ... 272 273 274 275 276 277 278 279 280 281 282 ... 597 598

Comments to this Manuals

No comments