Agilent E5270 TIS User’s Guide, Edition 1
2-23
TIS Function Reference
measure_bdv
Table 2-8
Status Code of measure_bdv
Example
int st;
double v_meas;
……
if (measure_bdv(&v_meas,&st,BDV_INTVL_SHORT)==-1) error_rep();
if(st > 5)
if (measure_bdv(&v_meas,&st,BDV_INTVL_LONG)==-1) error_rep();
See Also
•
Status Code
a
a. One of the above integers is returned to
status
. You can also use the asso-
ciated macros in your program to determine which status was returned.
Description
0
BDV_NORMAL
The quasi-pulsed measurement ended
normally.
1
BDV_COMP_OTHER
Another unit reached compliance.
2
BDV_CURRENT_LOW
Breakdown voltage measurement failed
because current did not reach breakdown
current
within the stop voltage specified by
set_bdv function.
3
BDV_OSC
This unit is oscillating.
4
BDV_OVERFLOW
Measurement overflow occurred while
monitoring output voltage or measuring
breakdown voltage.
6
BDV_TIMEOUT
The quasi-pulsed measurement did not reach
breakdown
current
within time-out.
7
BDV_TOO_SLOW
The monitored slew rate of the output voltage
is too small.