The following summary table lists all the device types of breakout package. Each device type is described in detail in the model documentation.
| Model | Device type |
|---|---|
| Ground | '0' ground |
| Rbreak | Resistor |
| Cbreak | Capacitor |
| Lbreak | Capacitor |
| PSPICE_diode | PSPICE diode |
| Spice2MOS1 | SPICE2 level1 n-channel MOSFET |
| Spice2MOS1P | SPICE2 level1 p-channel MOSFET |
| Name | Description |
|---|---|
| Ground | |
| Rbreak | |
| Cbreak | |
| Lbreak | |
| PSPICE_diode | |
| Spice2MOS1 | |
| Spice2MOS1P |
SPICELib.parts.breakout.Ground

| Name | Comment |
| p | (+) node |
| Name | Description |
| p.vDC | Static model. |
| p.vTran | Large-signal voltage |
| p.vAC_Re | AC small-signal voltage. Real part. |
| p.vAC_Im | AC small-signal voltage. Imaginary part. |
| Static | p.vDC=0 |
| AC small-signal | p.vAC_Re=0 p.vAC_Im=0 |
| Large signal | p.vTran=0 |
model Ground extends src.BREAKOUT.Ground; end Ground;
SPICELib.parts.breakout.Rbreak

| Name | Description |
| p | (+) node |
| n | (-) node |
| Name | Description |
| p.vDC | Static model. |
| p.vTran | Large-signal voltage |
| p.vAC_Re | AC small-signal voltage. Real part. |
| p.vAC_Im | AC small-signal voltage. Imaginary part. |
| pinP_vAC_mag | AC small-signal voltage. Magnitude. |
| pinP_vAC_mag_dB | AC small-signal voltage. Magnitude (dB). |
| pinP_vAC_phase | AC small-signal voltage. Phase (deg). |
| Name | Description |
| n.vDC | Static model. |
| n.vTran | Large-signal voltage |
| n.vAC_Re | AC small-signal voltage. Real part. |
| n.vAC_Im | AC small-signal voltage. Imaginary part. |
| pinN_vAC_mag | AC small-signal voltage. Magnitude. |
| pinN_vAC_mag_dB | AC small-signal voltage. Magnitude (dB). |
| pinN_vAC_phase | AC small-signal voltage. Phase (deg). |
| Name | Type | Default | Description |
| R | SI.Resistance | 1000 | Resistance value |
| HIDDEN_COMPONENT | Boolean | false | See analyses package documentation. |
| Name | Description |
| vDC | Static model. |
| vTran | Large-signal voltage |
| vAC_Re | AC small-signal voltage. Real part. |
| vAC_Im | AC small-signal voltage. Imaginary part. |
| vAC_mag | AC small-signal voltage. Magnitude. |
| vAC_mag_dB | AC small-signal voltage. Magnitude (dB). |
| vAC_phase | AC small-signal voltage. Phase (deg). |
| Name | Description |
| iDC | DC current. |
| iTran | Large-signal current. |
| iAC_Re | Small-signal current. Real part. |
| iAC_Im | Small-signal current. Imaginary part. |
| iAC_mag | AC small-signal current. Magnitude. |
| iAC_mag_dB | Small-signal current. Magnitude (dB). |
| iAC_phase | Small-signal current. Phase (deg). |
| Static | vDC = R * iDC |
| AC small-signal | vAC_Re = R * iAC_Re vAC_Im = R * iAC_Im |
| Large signal | vTran = R * iTran |
| Name | Default | Description |
|---|---|---|
| HIDDEN_COMPONENT | false | Enable or disable log |
| R | 1000 | Resistance [Ohm] |
model Rbreak extends src.BREAKOUT.Rbreak; end Rbreak;
SPICELib.parts.breakout.Cbreak

| Name | Description |
| p | (+) node |
| n | (-) node |
| Name | Description |
| p.vDC | Static model. |
| p.vTran | Large-signal voltage |
| p.vAC_Re | AC small-signal voltage. Real part. |
| p.vAC_Im | AC small-signal voltage. Imaginary part. |
| Name | Description |
| n.vDC | Static model. |
| n.vTran | Large-signal voltage |
| n.vAC_Re | AC small-signal voltage. Real part. |
| n.vAC_Im | AC small-signal voltage. Imaginary part. |
| Name | Type | Default | Description |
| C | SI.Capacitance | 1e-9 | Capacitance value |
| IC | SI.Voltage | 0 | Initial voltage across the capacitor during the bias point
calculation (see analyses.OP model documentation). Note: the initial voltage across the capacitor can also be set by using the IC1 part if the capacitor is connected to ground or by using the IC2 part for setting the initial conditions between two nodes (these parts can be found in special package). |
| IC_ENABLED | Boolean | false | The capacitor parameter IC_ENABLED enables or disables the IC property. It allows distinguishing between the cases when IC is intentionally set to zero and those cases when the IC property is not enabled. |
| Name | Description |
| vDC | Static model. |
| vTran | Large-signal voltage |
| vAC_Re | AC small-signal voltage. Real part. |
| vAC_Im | AC small-signal voltage. Imaginary part. |
| Name | Description |
| iDC | DC current. |
| iTran | Large-signal current. |
| iAC_Re | Small-signal current. Real part. |
| iAC_Im | Small-signal current. Imaginary part. |
| Name | Description |
| freq | AC small-signal frequency. |
| Static | iDC = 0 |
| AC small-signal | vAC_Re = iAC_Im / 2 * pi * freq * C vAC_Im = - iAC_Re / 2 * pi * freq * C |
| Large signal | C * der(vTran) = iTran |
| Name | Default | Description |
|---|---|---|
| C | 1E-9 | Capacitance [F] |
| IC_ENABLED | false | IC enabled |
| IC | 0 | Initial voltage [V] |
model Cbreak extends src.BREAKOUT.Cbreak; end Cbreak;
SPICELib.parts.breakout.Lbreak

| Name | Description |
| p | (+) node |
| n | (-) node |
| Name | Description |
| p.vDC | Static model. |
| p.vTran | Large-signal voltage |
| p.vAC_Re | AC small-signal voltage. Real part. |
| p.vAC_Im | AC small-signal voltage. Imaginary part. |
| Name | Description |
| n.vDC | Static model. |
| n.vTran | Large-signal voltage |
| n.vAC_Re | AC small-signal voltage. Real part. |
| n.vAC_Im | AC small-signal voltage. Imaginary part. |
| Name | Type | Default | Description |
| L | SI.Inductance | 1e-9 | Inductance value |
| IC | SI.Current | 0 | Initial current across the inductor during the bias point
calculation (see analyses.OP model documentation). |
| IC_ENABLED | Boolean | false | The inductor parameter IC_ENABLED enables or disables the IC property. It allows distinguishing between the cases when IC is intentionally set to zero and those cases when the IC property is not enabled. |
| Name | Description |
| vDC | Static model. |
| vTran | Large-signal voltage |
| vAC_Re | AC small-signal voltage. Real part. |
| vAC_Im | AC small-signal voltage. Imaginary part. |
| Name | Description |
| iDC | DC current. |
| iTran | Large-signal current. |
| iAC_Re | Small-signal current. Real part. |
| iAC_Im | Small-signal current. Imaginary part. |
| Name | Description |
| freq | AC small-signal frequency. |
| Static | vDC = 0 |
| AC small-signal | vAC_Re = iAC_Im * 2 * pi * freq * L vAC_Im = - iAC_Re * 2 * pi * freq * L |
| Large signal | L * der(iTran) = vTran |
| Name | Default | Description |
|---|---|---|
| IC | 0 | Initial current [V] |
| IC_ENABLED | false | IC enabled |
| L | 1E-5 | Inductance [H] |
model Lbreak extends src.BREAKOUT.Lbreak; end Lbreak;
SPICELib.parts.breakout.PSPICE_diode

| Name | Description |
| p | (+) node |
| n | (-) node |
| Name | Description |
| p.vDC | Static model. |
| p.vTran | Large-signal voltage |
| p.vAC_Re | AC small-signal voltage. Real part. |
| p.vAC_Im | AC small-signal voltage. Imaginary part. |
| Name | Description |
| n.vDC | Static model. |
| n.vTran | Large-signal voltage |
| n.vAC_Re | AC small-signal voltage. Real part. |
| n.vAC_Im | AC small-signal voltage. Imaginary part. |
| Name | Type | Default | Description |
| IS | SI.Current | 1e-14 | Saturation current. |
| RS | SI.Resistance | 10 | Ohmic Resistance. |
| N | Real | 1 | Emission coefficient. |
| TT | SI.Time | 0 | Transit time. |
| CJ0 | SI.Capacitance | 1e-6 | Zero-bias junction capacitance. |
| VJ | SI.Voltage | 1 | Junction potential. |
| M | Real | 0.5 | Grading coefficient. |
| FC | Real | 0.5 | Coefficient for forward-bias depletion capacitance formula. |
| BV | SI.Voltage | 1e40 | Reverse breakdown voltage (positive number). |
| IKF | SI.Current | -1 | High injection knee current. |
| ISR | SI.Current | 1e-14 | Recombination current. |
| NR | Real | 1 | Emission coefficient for ISR. |
| IBV | SI.Current | 1e-3 | Reverse breakdown current (positive number). |
| Name | Description |
| vDC | Static model. |
| vTran | Large-signal voltage |
| vAC_Re | AC small-signal voltage. Real part. |
| vAC_Im | AC small-signal voltage. Imaginary part. |
| Name | Description |
| iDC | DC current. |
| iTran | Large-signal current. |
| iAC_Re | Small-signal current. Real part. |
| iAC_Im | Small-signal current. Imaginary part. |
| Name | Description |
| scaleGMIN | Scale factor of the GMIN stepping algorithm for bias point calculation. |
| GMIN | Conductance in parallel with the pn junction. |
| freq | AC small-signal frequency. |
| Name | Default | Description |
|---|---|---|
| HIDDEN_COMPONENT | false | Enable or disable log |
| IS | 1e-14 | Saturation current [A] |
| RS | 10 | Ohmic Resistance [Ohm] |
| N | 1 | Emission coefficient |
| TT | 0 | Transit time [s] |
| CJ0 | 1e-6 | zero-bias junction capacitance [F] |
| VJ | 1 | Junction potential [V] |
| M | 0.5 | grading coefficient |
| FC | 0.5 | Coefficient for forward-bias depletion capacitance formula |
| BV | 1e40 | reverse breakdown voltage (positive number) [V] |
| IKF | -1 | High injection knee current [A] |
| ISR | 1e-14 | Recombination current [A] |
| NR | 1 | Emission coefficient for ISR |
| IBV | 1e-3 | Reverse breakdown current (positive number) [A] |
model PSPICE_diode extends src.BREAKOUT.PSPICE_diode; end PSPICE_diode;
SPICELib.parts.breakout.Spice2MOS1

| Name | Description |
| d | drain node |
| s | source node |
| g | gate node |
| b | bulk node |
| Name | Description |
| d.vDC | Static model. |
| d.vTran | Large-signal voltage. |
| d.vAC_Re | AC small-signal voltage. Real part. |
| d.vAC_Im | AC small-signal voltage. Imaginary part. |
| Name | Description |
| s.vDC | Static model. |
| s.vTran | Large-signal voltage. |
| s.vAC_Re | AC small-signal voltage. Real part. |
| s.vAC_Im | AC small-signal voltage. Imaginary part. |
| Name | Description |
| g.vDC | Static model. |
| g.vTran | Large-signal voltage. |
| g.vAC_Re | AC small-signal voltage. Real part. |
| g.vAC_Im | AC small-signal voltage. Imaginary part. |
| Name | Description |
| b.vDC | Static model. |
| b.vTran | Large-signal voltage. |
| b.vAC_Re | AC small-signal voltage. Real part. |
| b.vAC_Im | AC small-signal voltage. Imaginary part. |
| Name | Type | Default | Description |
| AD | SI.Area | 1e-8 | Drain junction area. |
| AS | SI.Area | 1e-8 | Source junction area. |
| CGB0 | Real | 2e-10 | Gate-bulk overlap capacitance perimeter (farad/meter). |
| CGD0 | Real | 4e-11 | Gate-drain overlap capacitance perimeter (farad/meter). |
| CGS0 | Real | 4e-11 | Gate-source overlap capacitance perimeter (farad/meter). |
| CJ | Real | 2e-4 | Capacitance at zero-bias voltage per square meter of area (farad/meter2). |
| CJSW | Real | 1e-9 | Capacitance at zero-bias voltage per meter of perimeter (farad/meter). |
| FC | Real | 0.5 | Substrate-junction forward-bias coefficient. |
| GAMMA | Real | 0.526 | Body-effect parameter. |
| IS | SI.Current | 1e-14 | Reverse saturation current at 300K. |
| KP | Real | 27.6e-6 | Transconductance parameter (A/V2). |
| L | SI.Length | 100e-6 | Gate length. |
| LAMBDA | Real | 0 | Channel length modulation (V-1). |
| LD | SI.Length | 0.8e-6 | Lateral diffusion. |
| MJ | Real | 0.5 | Bulk junction capacitance grading coefficient. |
| MJSW | Real | 0.33 | Perimeter capacitance grading coefficient. |
| PB | SI.Voltage | 0.75 | Surface inversion potential. |
| PD | SI.Length | 4e-4 | Drain junction perimeter. |
| PS | SI.Length | 4e-4 | Source junction perimeter. |
| RD | SI.Resistance | 10 | Drain ohmic resistance. |
| RS | SI.Resistance | 10 | Source ohmic resistance. |
| RB | SI.Resistance | 10 | Bulk ohmic resistance. |
| RG | SI.Resistance | 10 | Gate ohmic resistance. |
| TOX | SI.Length | 1e-7 | Gate oxide thickness. |
| VT0 | SI.Voltage | 1 | Zero-bias threshold voltage. |
| W | SI.Length | 100e-6 | Gate width. |
| Name | Description |
| vthDC | Threshold voltage. |
| vdsDC | Drain to source voltage. |
| vgsDC | Gate to source voltage. |
| vbsDC | Bulk to source voltage. |
| Name | Description |
| vthTran | Threshold voltage. |
| vdsTran | Drain to source voltage. |
| vgsTran | Gate to source voltage. |
| vbsTran | Bulk to source voltage. |
| Name | Description |
| gate_vAC_Re | Gate voltage. Real part. |
| gate_vAC_Im | Gate voltage. Imaginary part. |
| bulk_vAC_Re | Bulk voltage. Real part. |
| bulk_vAC_Im | Bulk voltage. Imaginary part. |
| Name | Description |
| scaleGMIN | Scale factor of the GMIN stepping algorithm for bias point calculation. |
| GMIN | Conductance in parallel with the pn junction. |
| freq | AC small-signal frequency. |
| Temp | Temperature. |
| Name | Default | Description |
|---|---|---|
| HIDDEN_COMPONENT | false | Enable or disable log |
| AD | 1e-8 | drain difussion area [m2] |
| AS | 1e-8 | Source difussion area [m2] |
| CGBO | 2e-10 | Gate-bulk overlap capacitance per meter [F/m] |
| CGDO | 4e-11 | Gate-drain overlap capacitance per meter [F/m] |
| CGSO | 4e-11 | Gate-source overlap capacitance per meter [F/m] |
| CJ | 2e-4 | Capacitance at zero-bias voltage per square meter of area [F/m2] |
| CJSW | 1e-9 | Capacitance at zero-bias voltage per meter of perimeter [F/m] |
| FC | 0.5 | Substrate-junction forward-bias coefficient |
| GAMMA | 0.526 | Body-effect parameter [V0.5] |
| IS | 1e-14 | Reverse saturation current at 300K [A] |
| KP | 27.6e-6 | Transconductance parameter [A/V2] |
| L | 100e-6 | Gate length [m] |
| LAMBDA | 0.00 | Channel-length modulation [V-1] |
| LD | 0.8e-6 | Lateral diffusion [m] |
| MJ | 0.5 | Bulk junction capacitnce grading coefficient |
| MJSW | 0.33 | Perimeter capacitance grading coefficient |
| PD | 4e-4 | drain difussion perimeter [m] |
| PS | 4e-4 | source difussion perimeter [m] |
| PB | 0.75 | Junction potencial [V] |
| PHI | 0.65 | Surface inversion potencial [V] |
| RD | 10 | Drain ohmic resistance [Ohm] |
| RS | 10 | Source ohmic resistance [Ohm] |
| RB | 10 | Bulk ohmic resistance [Ohm] |
| RG | 10 | Gate ohmic resistance [Ohm] |
| TOX | 1e-7 | Gate oxide thickness [m] |
| VTO | 1 | Zero-bias threshold voltage [V] |
| W | 100e-6 | Gate width [m] |
| RSB | 1e-4 | Source-Bulk junction resistance [Ohm] |
| RDB | 1e-4 | Drain-Bulk junction resistance [Ohm] |
model Spice2MOS1 extends src.BREAKOUT.Spice2MOS1; end Spice2MOS1;
SPICELib.parts.breakout.Spice2MOS1P

| Name | Description |
| d | drain node |
| s | source node |
| g | gate node |
| b | bulk node |
| Name | Description |
| d.vDC | Static model. |
| d.vTran | Large-signal voltage. |
| d.vAC_Re | AC small-signal voltage. Real part. |
| d.vAC_Im | AC small-signal voltage. Imaginary part. |
| Name | Description |
| s.vDC | Static model. |
| s.vTran | Large-signal voltage. |
| s.vAC_Re | AC small-signal voltage. Real part. |
| s.vAC_Im | AC small-signal voltage. Imaginary part. |
| Name | Description |
| g.vDC | Static model. |
| g.vTran | Large-signal voltage. |
| g.vAC_Re | AC small-signal voltage. Real part. |
| g.vAC_Im | AC small-signal voltage. Imaginary part. |
| Name | Description |
| b.vDC | Static model. |
| b.vTran | Large-signal voltage. |
| b.vAC_Re | AC small-signal voltage. Real part. |
| b.vAC_Im | AC small-signal voltage. Imaginary part. |
| Name | Type | Default | Description |
| AD | SI.Area | 1e-8 | Drain junction area. |
| AS | SI.Area | 1e-8 | Source junction area. |
| CGB0 | Real | 2e-10 | Gate-bulk overlap capacitance perimeter (farad/meter). |
| CGD0 | Real | 4e-11 | Gate-drain overlap capacitance perimeter (farad/meter). |
| CGS0 | Real | 4e-11 | Gate-source overlap capacitance perimeter (farad/meter). |
| CJ | Real | 2e-4 | Capacitance at zero-bias voltage per square meter of area (farad/meter2). |
| CJSW | Real | 1e-9 | Capacitance at zero-bias voltage per meter of perimeter (farad/meter). |
| FC | Real | 0.5 | Substrate-junction forward-bias coefficient. |
| GAMMA | Real | 0.526 | Body-effect parameter. |
| IS | SI.Current | 1e-14 | Reverse saturation current at 300K. |
| KP | Real | 27.6e-6 | Transconductance parameter (A/V2). |
| L | SI.Length | 100e-6 | Gate length. |
| LAMBDA | Real | 0 | Channel length modulation (V-1). |
| LD | SI.Length | 0.8e-6 | Lateral diffusion. |
| MJ | Real | 0.5 | Bulk junction capacitance grading coefficient. |
| MJSW | Real | 0.33 | Perimeter capacitance grading coefficient. |
| PB | SI.Voltage | 0.75 | Surface inversion potential. |
| PD | SI.Length | 4e-4 | Drain junction perimeter. |
| PS | SI.Length | 4e-4 | Source junction perimeter. |
| RD | SI.Resistance | 10 | Drain ohmic resistance. |
| RS | SI.Resistance | 10 | Source ohmic resistance. |
| RB | SI.Resistance | 10 | Bulk ohmic resistance. |
| RG | SI.Resistance | 10 | Gate ohmic resistance. |
| TOX | SI.Length | 1e-7 | Gate oxide thickness. |
| VT0 | SI.Voltage | -1 | Zero-bias threshold voltage. |
| W | SI.Length | 100e-6 | Gate width. |
| Name | Description |
| vthDC | Threshold voltage. |
| vsdDC | Source to drain voltage. |
| vsgDC | Source to gate voltage. |
| vsbDC | Source to bulk voltage. |
| Name | Description |
| vthTran | Threshold voltage. |
| vsdTran | Source to drain voltage. |
| vsgTran | Source to gate voltage. |
| vsbTran | Source to bulk voltage. |
| Name | Description |
| gate_vAC_Re | Gate voltage. Real part. |
| gate_vAC_Im | Gate voltage. Imaginary part. |
| bulk_vAC_Re | Bulk voltage. Real part. |
| bulk_vAC_Im | Bulk voltage. Imaginary part. |
| Name | Description |
| scaleGMIN | Scale factor of the GMIN stepping algorithm for bias point calculation. |
| GMIN | Conductance in parallel with the pn junction. |
| freq | AC small-signal frequency. |
| Temp | Temperature. |
| Name | Default | Description |
|---|---|---|
| HIDDEN_COMPONENT | false | Enable or disable log |
| AD | 1e-8 | drain difussion area [m2] |
| AS | 1e-8 | Source difussion area [m2] |
| CGBO | 2e-10 | Gate-bulk overlap capacitance per meter [F/m] |
| CGDO | 4e-11 | Gate-drain overlap capacitance per meter [F/m] |
| CGSO | 4e-11 | Gate-source overlap capacitance per meter [F/m] |
| CJ | 2e-4 | Capacitance at zero-bias voltage per squere meter of area [F/m2] |
| CJSW | 1e-9 | Capacitance at zero-bias voltage per meter of perimeter [F/m] |
| FC | 0.5 | Substrate-junction forward-bias coefficient |
| GAMMA | 0.526 | Body-effect parameter [V0.5] |
| IS | 1e-14 | Reverse saturation current at 300K [A] |
| KP | 27.6e-6 | Transconductance parameter [A/V2] |
| L | 100e-6 | Gate length [m] |
| LAMBDA | 0.00 | Channel-length modulation [V-1] |
| LD | 0.8e-6 | Lateral diffusion [m] |
| MJ | 0.5 | Bulk junction capacitnce grading coefficient |
| MJSW | 0.33 | Perimeter capacitance grading coefficient |
| PD | 4e-4 | drain difussion perimeter [m] |
| PS | 4e-4 | source difussion perimeter [m] |
| PB | 0.75 | Junction potencial [V] |
| PHI | 0.65 | Surface inversion potencial [V] |
| RD | 10 | Drain ohmic resistance [Ohm] |
| RS | 10 | Source ohmic resistance [Ohm] |
| RB | 10 | Bulk ohmic resistance [Ohm] |
| RG | 10 | Gate ohmic resistance [Ohm] |
| TOX | 1e-7 | Gate oxide thickness [m] |
| VTO | -1 | Zero-bias threshold voltage [V] |
| W | 100e-6 | Gate width [m] |
| RSB | 1e-4 | Source-Bulk junction resistance [Ohm] |
| RDB | 1e-4 | Drain-Bulk junction resistance [Ohm] |
model Spice2MOS1P extends src.BREAKOUT.Spice2MOS1P; end Spice2MOS1P;