Component Statements
Instance Syntax
IGBT0 instance requires 3 terminals and the number cannot be changed. To specify IGBT0 instance element, the Model Name has to be associated with a IGBT0 model card.
InstanceName c g e ModelName parameter=value ...
Sample Instance Statement
m1 (vcc vgg vee) n_ch area=0.1u kp=0.21 tau=1e-7 agd=1e-8
For more instance parameters, refer to Reference.
Model Syntax
The following syntax specifies IGBT0 model:
model ModelName igbt0 parameter=value ...
The third parameter, "igbt0", is the master to indicate this model card is a IGBT0 model card.
Sample Model Statement
model n_ch igbt0 vt=4.5 mun=1.7e3 mup=5e2 cgs=1e-10 nb=3e14 jsne=1e-13
For more model parameters, refer to Reference.
Related Topics
Return to top