Agilent Technologies B1500A Instrukcja Obsługi Strona 267

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 598
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 266
Agilent B1500A/B1505A Programming Guide, Edition 11 3-89
Programming Examples
Pulsed Sweep CV Measurements
Measurement
Result Example
Vg (V), Cp (pF), C_st, G (uS), G_st, Time (s)
-5,0.133441,NGC,-0.334621,NGY,0.11755
-4.5,0.11202,NGC,-0.301203,NGY,0.13873
-4,0.137815,NGC,-0.151185,NGY,0.15973
-3.5,0.103693,NGC,-0.0974783,NGY,0.18053
-3,0.0877819,NGC,0.0884008,NGY,0.20112
-2.5,0.0523748,NGC,0.697226,NGY,0.22152
-2,0.0487233,NGC,0.0480156,NGY,0.24172
-1.5,0.118844,NGC,-0.322665,NGY,0.26172
-1,0.109541,NGC,-0.488218,NGY,0.28155
-0.5,0.0792613,NGC,0.232565,NGY,0.30135
0,0.0580278,NGC,0.240967,NGY,0.32115
0.5,0.110523,NGC,-0.0462759,NGY,0.34094
1,0.082289,NGC,0.156317,NGY,0.36075
1.5,0.102956,NGC,0.175315,NGY,0.38055
2,0.188602,NGC,-0.463437,NGY,0.40045
2.5,0.0818513,NGC,-0.620362,NGY,0.42064
3,0.0739288,NGC,-0.084286,NGY,0.44104
3.5,0.0476039,NGC,0.287456,NGY,0.46164
4,0.0910013,NGC,0.0407421,NGY,0.48244
4.5,0.0745168,NGC,0.170635,NGY,0.50344
5,0.0627603,NGC,0.144463,NGY,0.52464
Data save completed.
Do you want to perform measurement again?
session.WriteString("DZ" & vbLf) ’92
save_data(fname, title, value, data, nop1, nop2, session, t)
Exit Sub
Check_err: ’96
session.WriteString("EMG? " & err & vbLf) : msg = session.ReadString(256)
MsgBox("Instrument error: " & err & Chr(10) & msg, vbOKOnly, "")
Exit Sub
Check_nop: ’101
MsgBox("No. of data: " & rep & " (not " & nop1 * 4 & ")", vbOKOnly, "")
End Sub
Line Description
92 to 94 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.
96 to 99 Displays a message box to show an error message if the error is detected.
101 to 102 Displays a message box to show an error message if the number of returned data is not
correct.
Przeglądanie stron 266
1 2 ... 262 263 264 265 266 267 268 269 270 271 272 ... 597 598

Komentarze do niniejszej Instrukcji

Brak uwag