Agilent Technologies B1500A Manual de servicio Pagina 233

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 598
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 232
Agilent B1500A/B1505A Programming Guide, Edition 11 3-55
Programming Examples
Multi Channel Pulsed Sweep Measurements
Measurement
Result Example
Vb (V), Ib (mA), Tb (sec), Stat_b, Ic (mA), Tc (sec), Stat_c
0.1, 0, 0.05717, NDI, -0.005, 0.05717, NCI
0.18, 0, 0.06927, NDI, -0.005, 0.06927, NCI
0.26, 0, 0.08134, NDI, -0.005, 0.08134, NCI
0.34, 0, 0.09343, NDI, -0.005, 0.09343, NCI
0.42, 0, 0.10551, NDI, -0.005, 0.10551, NCI
0.5, 0, 0.11759, NDI, 0.005, 0.11759, NCI
0.58, 0, 0.12966, NDI, 0.215, 0.12966, NCI
0.66, 0.045, 0.14173, NDI, 3.815, 0.14173, NCI
0.74, 0.385, 0.15382, NDI, 22.63, 0.15382, NCI
0.82, 2.225, 0.1659, NDI, 51.03, 0.1659, NCI
0.9, 7.86, 0.17795, NDI, 87.535, 0.17795, NCI
Data save completed.
Do you want to perform measurement again?
For i = 0 To nop1 - 1 ’61
tm1(i) = Val(Mid(mret, 4 + 16 * 5 * i, 12))
st1(i) = Mid(mret, 17 + 16 * 5 * i, 3)
md1(i) = Val(Mid(mret, 20 + 16 * 5 * i, 12))
tm2(i) = Val(Mid(mret, 36 + 16 * 5 * i, 12))
st2(i) = Mid(mret, 49 + 16 * 5 * i, 3)
md2(i) = Val(Mid(mret, 52 + 16 * 5 * i, 12))
sc(i) = Val(Mid(mret, 68 + 16 * 5 * i, 12))
data(j, i) = Chr(13) & Chr(10) & sc(i) & ", " & md1(i) * 1000 & ", " & tm1(i)
& ", " & st1(i) & ", " & md2(i) * 1000 & ", " & tm2(i) & ", " & st2(i)
Next
session.WriteString("DZ" & vbLf) ’72
save_data(fname, title, value, data, nop1, nop2, session, t)
Exit Sub
Check_err: ’76
session.WriteString("EMG? " & err & vbLf) : msg = session.ReadString(256)
MsgBox("Instrument error: " & err & Chr(10) & msg, vbOKOnly, "")
Exit Sub
Check_nop:
MsgBox("No. of data: " & rep & " (not " & nop1 * 5 & ")", vbOKOnly, "") ’82
End Sub
Line Description
61 to 70 Picks the measurement data out and stores it into the data array.
72 to 74 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.
76 to 82 Displays a message box to show an error message if the error is detected. Also displays
a message box to show an error message if the number of returned data is not correct.
Vista de pagina 232
1 2 ... 228 229 230 231 232 233 234 235 236 237 238 ... 597 598

Comentarios a estos manuales

Sin comentarios