EasyManuals Logo
Home>Agilent Technologies>Measuring Instruments>B1500A

Agilent Technologies B1500A User Manual

Agilent Technologies B1500A
208 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #138 background imageLoading...
Page #138 background image
3-44 Agilent B1500 VXIplug&play Driver Users Guide, Edition 3
Programming Examples for Visual Basic Users
Pulsed Sweep Measurement
Pulsed Sweep Measurement
Table 3-10 explains example subprograms that enable/disable measurement
channels (perform_meas), perform the pulsed sweep measurement (sweep_meas),
and save measurement result data into a file (save_data). This example measures
bipolar transistor Ic-Vc characteristics.
Table 3-10 Pulsed Sweep Measurement Example
Sub perform_meas(vi As Long, ret As Long) ’1
Dim m(3) As Long ’SMU port numbers ’3
m(0) = 4 ’SMU4: collector
m(1) = 2 ’SMU2: base
m(2) = 1 ’SMU1: emitter
ret = agb1500_setSwitch(vi, m(2), 1) ’8
ret = agb1500_setSwitch(vi, m(1), 1)
ret = agb1500_setSwitch(vi, m(0), 1)
check_err vi, ret ’11
sweep_meas vi, ret, m() ’13
ret = agb1500_setSwitch(vi, agb1500_CH_ALL, 0) ’15
check_err vi, ret
End Sub ’18
Line Description
1 Beginning of the perform_meas subprogram.
3 to 6 Declares variables, and defines the value.
8 to 10 Enables measurement channels.
13 Calls the sweep_meas subprogram (next page) to perform
pulsed sweep measurement.
15 Disables measurement channels.
11 and 16 Calls the check_err subprogram (shown in Table 3-1) to check if
an error status is returned for the previous line.
18 End of the perform_meas subprogram.

Table of Contents

Other manuals for Agilent Technologies B1500A

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Agilent Technologies B1500A and is the answer not in the manual?

Agilent Technologies B1500A Specifications

General IconGeneral
BrandAgilent Technologies
ModelB1500A
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals