Tip35c Spice Model Hot!
Copy and paste this code into your netlist or save it as a .lib file to use it in simulation engines like LTspice :
A typical SPICE model for a BJT is defined using the .MODEL statement. Below is a standard, verified TIP35C SPICE model (originally derived from ON Semiconductor / STMicroelectronics datasheets):
The TIP35C is not a high-speed switch. Let's prove it. tip35c spice model
Vce 1 0 DC 5 Q1 1 2 0 TIP35C Ib 0 2 DC 100m ; This gives 100mA base current .DC Ib 10m 500m 10m .PROBE
Set around
Some LTspice versions include a TIP35C model. Search for TIP35C after placing an npn . If not found, use the lib file.
A subcircuit definition looks like this: Copy and paste this code into your netlist or save it as a
Use the same .MODEL statement in the simulation profile or add it to the nom.lib library (advanced users only).