Model Usage
Instance Syntax
HiSIM_Diode instances must specify 2 terminals, anode and cathode node respectively. To specify an HiSIM_Diode instance element, the Model Name has to be associated with a HiSIM_Diode model card.
InstanceName p n ModelName parameter=value ...
Sample Instance Statement
d1 (vpp vnn) n_dio area=1e-12
Model Syntax
The following syntax specifies HiSIM_Diode model:
model ModelName hisim_diode parameter=value ...
The third parameter, hisim_diode, is the master to indicate this model card is a HiSIM_Diode model card.
Sample Model Statement
model n_dio hisim_diode eg0=1.17 rs=1e-1 bgtmp1=1e-4 rst1=1e-3
Related Topics
HiSIM_Diode Model (hisim_diode)
Return to top