2-40
Agilent 4155B/4156B VXIplug&play Driver User’s Guide, Edition 4
Driver Functions
hp4156b_stopMode
hp4156b_stopMode
This function specifies the stop condition which enables the automatic abort
function for the sweep measurement, sampling measurement, or stress force. Also
this function specifies the sweep source output of the measurement unit after the
sweep measurement is aborted.
Syntax
ViStatus _VI_FUNC hp4156b_stopMode(ViSession vi, ViInt32 occ_stop,
ViInt32 tcc_stop, ViInt32 ovf_stop, ViInt32 osc_stop, ViInt32 last_mode);
Parameters
vi
Instrument handle returned from hp4156b_init( ).
occ_stop
Automatic abort function by compliance of another unit.
0 (disables this abort mode) or 1 (enables this abort mode).
tcc_stop
Automatic abort function by compliance of this unit.
0 (disables this abort mode) or 1 (enables this abort mode).
ovf_stop
Automatic abort function by overflow of AD converter.
0 (disables this abort mode) or 1 (enables this abort mode).
osc_stop
Automatic abort function by oscillation of unit(s).
0 (disables this abort mode) or 1 (enables this abort mode).
last_mode
Source output value after abort condition.
1 (returns to start value), or 2 (keeps the value when aborted).