SBN file implementing models for diodes.
string is used to select among models. Parameters are listed
as inner items. Possible models are:
- - string = "simple" (Usual exponential diode model)
- - Is -> reverse current
- - Vth -> thermal voltage
- - Rpar -> parasitic resistance
- - string = "PDEsymmetric" (Drift-Diffusion PDE model)
- - len -> diode length
- - Nnodes -> number of nodes of 1D grid
- - Dope -> doping (abrupt and symmetric)
- - toll -> absolute tolerance
- - maxit -> max iterations number
- - Area -> device area
See the IFF file format specifications for details about
the output structures.
See also: prs_iff,asm_initialize_system,asm_build_system.