Agilent 4155C/4156C VXIplug&play Driver User’s Guide, Edition 4 2-13
Driver Function Reference
hp4156b_abortMeasure
hp4156b_abortMeasure
This function aborts the 4155/4156’s present operation, such as the measurement
executed by the hp4156b_startMeasure function, the pulse output by the
hp4156b_forcePulse function, the stress force by the hp4156b_stress function, and
so on.
Syntax ViStatus _VI_FUNC hp4156b_abortMeasure(ViSession vi);
Parameters vi Instrument handle returned from hp4156b_init( ).
hp4156b_addSampleSyncIv
This function specifies dc voltage/current source and sets the parameters. The dc
source is used for the sampling measurements. Source output starts at the beginning
of the sampling measurement (beginning of the hold time), and stops at the end of
the last sampling measurement point.
Sampling measurement channels are defined by the hp4156b_sample function, and
sampling measurement timing is defined by the hp4156b_setSample function.
Syntax ViStatus _VI_FUNC hp4156b_addSampleSyncIv(ViSession vi, ViInt32 channel,
ViInt32 mode, ViReal64 range, ViReal64 base, ViReal64 bias, ViReal64 comp);
Parameters vi Instrument handle returned from hp4156b_init( ).
channel Channel number of the source unit. 1 to 6 (SMU1 to SMU6),
21 (VSU1), 22 (VSU2), 27 (PGU1), or 28 (PGU2).
mode Source output mode. 1 (current, only for SMU) or 2 (voltage).
range Output ranging mode. 0 (auto) or positive value (limited auto).
base Source output value before measurement trigger (in A or V).
bias Source output value after measurement trigger (in A or V).
comp Compliance value (in V or A). It must be voltage for the current
source, or current for the voltage source.
NOTE range, base, bias, comp parameters
Available values depend on the unit. See “Parameters” on page 2-6.