Home > freetb4matlab > ocs > SBN > Mcapacitors.m

Mcapacitors

PURPOSE ^

%

SYNOPSIS ^

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

DESCRIPTION ^

% -*- texinfo -*-
%
% @deftypefn{Function File} @
% {[@var{a},@var{b},@var{c}]=}Mcapacitors@
% (@var{string}, @var{parameters}, @var{parameternames}, @
% @var{extvar},@var{intvar},@var{t})
%
% SBN file implementing models for capacitors.
%
% @var{string} is used to select among models. Parameters are listed
% as inner items. Possible models are:
%
% @enumerate
% @item @var{string} = 'LIN'  (Linear Capacitor)
% @itemize @minus
% @item C -> capacitance value
% @end itemize
% @item @var{string} = 'MULTICAP' (Multipole Capacitor)
% @itemize @minus
% @item C -> capacitance values
% @end itemize
% @item @var{string} = 'PDE_NMOS' (Drift-Diffusion PDE NMOS capacitor)
% @itemize @minus
% @item tbulk  -> bulk thickness
% @item tox    -> oxide thickness
% @item Nnodes -> number of nodes of 1D grid 
% @item Na     -> bulk doping
% @item toll   -> absolute tolerance
% @item maxit  -> max iterations number
% @item Area   -> device area
% @end itemize
% @end enumerate
%
% @seealso{ PRSiffparse, ASMinitsystem, ASMbuildsystem, the IFF file
% format  specifications }
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003