Agilent Technologies B1500A Manual de Serviço Página 258

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 598
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 257
3-80 Agilent B1500A/B1505A Programming Guide, Edition 11
Programming Examples
CV (DC Bias) Sweep Measurements
Measurement
Result Example
Vg (V), Cp (pF), C_st, G (uS), G_st, OSC (mV), Osc_st, DC (V),
Dc_st, Time (s)
-5,4.96677,NJC,26.155,NJY,28.7732,NJV,-4.72468,NJV,0.0547
-4.5,4.66524,NJC,26.3993,NJY,28.6384,NJV,-4.2384,NJV,0.0884
-4,4.2986,NJC,26.2738,NJY,28.4891,NJV,-3.75442,NJV,0.1228
-3.5,3.88182,NJC,25.5785,NJY,28.3222,NJV,-3.27358,NJV,0.1535
-3,3.43272,NJC,24.1992,NJY,28.1426,NJV,-2.79417,NJV,0.1878
-2.5,2.99286,NJC,21.9946,NJY,27.9503,NJV,-2.31792,NJV,0.2294
-2,2.57856,NJC,18.7458,NJY,27.7505,NJV,-1.84498,NJV,0.2709
-1.5,2.20793,NJC,14.2867,NJY,27.5502,NJV,-1.37609,NJV,0.3125
-1,1.92563,NJC,7.57546,NJY,27.3772,NJV,-0.91155,NJV,0.3541
-0.5,1.79915,NJC,-1.83967,NJY,27.494,NJV,-0.45241,NJV,0.3957
0,1.77613,NJC,-2.50329,NJY,27.4588,NJV,0.0041,NJV,0.4375
0.5,1.78246,NJC,-2.73976,NJY,27.488,NJV,0.46025,NJV,0.4789
1,1.7831,NJC,-2.66401,NJY,27.6511,NJV,0.92066,NJV,0.5205
1.5,1.78149,NJC,-2.52984,NJY,27.8257,NJV,1.38437,NJV,0.5621
2,1.77384,NJC,-2.39091,NJY,27.9928,NJV,1.85152,NJV,0.6037
2.5,1.77054,NJC,-2.22722,NJY,28.1473,NJV,2.32111,NJV,0.6453
3,1.76359,NJC,-2.03388,NJY,28.283,NJV,2.79339,NJV,0.6867
3.5,1.75959,NJC,-1.58516,NJY,28.3958,NJV,3.26736,NJV,0.7281
4,1.75883,NJC,-0.542666,NJY,28.481,NJV,3.74189,NJV,0.7697
4.5,1.73431,NJC,1.73765,NJY,28.5416,NJV,4.2182,NJV,0.8113
5,1.60909,NJC,6.23405,NJY,28.5737,NJV,4.69593,NJV,0.8529
Data save completed.
Do you want to perform measurement again?
session.WriteString("DZ" & vbLf) ’103
save_data(fname, title, value, data, nop1, nop2, session, t)
Exit Sub
Check_err: ’107
session.WriteString("EMG? " & err & vbLf) : msg = session.ReadString(256)
MsgBox("Instrument error: " & err & Chr(10) & msg, vbOKOnly, "")
Exit Sub
Check_nop: ’112
MsgBox("No. of data: " & rep & " (not " & nop1 * 6 & ")", vbOKOnly, "")
End Sub
Line Description
103 to 105 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.
107 to 110 Displays a message box to show an error message if the error is detected.
112 to 113 Displays a message box to show an error message if the number of returned data is not
correct.
Vista de página 257
1 2 ... 253 254 255 256 257 258 259 260 261 262 263 ... 597 598

Comentários a estes Manuais

Sem comentários