S530 Parametric Test System Test Subroutine Library User's Manual Section 3: Test subroutine library reference
S530-907-01 Rev. A / September 2015 3-11
Example
result = bvcbo(e, b, c, sub, ipgm, vlim, type);
Schematic
bvcbo1
This subroutine uses the bsweepv LPTLib function to measure collector-base breakdown voltage at a specified
current with the emitter open.
Usage
double bvcbo1(int e, int b, int c, int sub, double vcbmin, double vcbmax, int
nstep, double ipgm, double udelay, char type);
The emitter pin of the device
The base pin of the device
The collector pin of the device
The substrate pin of the device
The starting collector-base voltage (V
CB
), in volts
The number of voltage steps
The targeted collector-base current (I
CB
), in amperes
Delay between V
CB
steps, in seconds
Type of transistor: "N" or "P"
-1.0 = TYPE not "N" or "P"
+1.0E + 21 = Device triggered on vcbmin
+2.0E + 21 = Device triggered on vcbmax