S530 Parametric Test System Test Subroutine Library User's Manual Section 3: Test subroutine library reference
S530-907-01 Rev. A / September 2015 3-15
Example
result = bvceo2(e, b, c, sub, vcemin, vcemax, nstep, ipgm, udelay, type);
Schematic
bvces
This subroutine measures the collector-emitter/base breakdown voltage by forcing a collector current (I
CES
).
Usage
double bvces(int e, int b, int c, int sub, double ipgm, double vlim, 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 forced I
CES
, in amperes
The collector voltage limit, in volts
Type of transistor: "N" or "P"
Collector-emitter/base voltage:
-1.0 = TYPE not "N" or "P"
+2.0E + 21 = Voltage limit reached; measured voltage is within
98 % of the specified voltage limit (vlim)
Details
This subroutine measures collector-to-emitter breakdown voltage at a specified current with the base
shorted to the emitter.
If a positive substrate pin is specified, the substrate will be grounded. If a positive substrate pin is not
specified, it is left floating.
A delay is incorporated into the bvces subroutine; this delay is the calculated time required for stable
forcing of ipgm within the vlim voltage limit.
V/I polarities
The polarity of ipgm is determined by the device type.