Navigation

Operators and Keywords

Function List:

C++ API

Function File: [a,b,c]= Mcapacitors( string,parameters,parameternames,extvar,intvar,t)

SBN file implementing models for capacitors.

string is used to select among models. Parameters are listed as inner items. Possible models are:

  1. string = "LIN" (Linear Capacitor)
    • - C -> capacitance value
  2. string = "MULTICAP" (Multipole Capacitor)
    • - C -> capacitance values
  3. string = "PDE_NMOS" (Drift-Diffusion PDE NMOS capacitor)
    • - tbulk -> bulk thickness
    • - tox -> oxide thickness
    • - Nnodes -> number of nodes of 1D grid
    • - Na -> bulk doping
    • - 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.

Package: ocs