M_NMOSNMOS MOSFET device |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
The model M_NMOS is a N channel MOSFET transistor with fixed level 1: Shichman-Hodges model
The models from the package Semiconductors accesses to the package Repository where all functions,
records and data are stored and modeled that are needed for the semiconductor models.
The package Semiconductors is for user access but not the package Repository.
mtype |
Value: 0 Type: Integer Description: MOSFET type: 0 - N channel, 1 - P channel |
---|---|
L |
Value: 1e-4 Type: Length (m) Description: Length |
W |
Value: 1e-4 Type: Length (m) Description: Width |
AD |
Value: 0 Type: Area (m²) Description: Area of the drain diffusion |
AS |
Value: 0 Type: Area (m²) Description: Area of the source diffusion |
PD |
Value: 0 Type: Length (m) Description: Perimeter of the drain junction |
PS |
Value: 0 Type: Length (m) Description: Perimeter of the source junction |
NRD |
Value: 1 Type: Real Description: Number of squares of the drain diffusions |
NRS |
Value: 1 Type: Real Description: Number of squares of the source diffusions |
OFF |
Value: 0 Type: Integer Description: Optional initial condition: 0 - IC not used, 1 - IC used, not implemented yet |
IC |
Value: Type: Voltage (V) Description: Initial condition values, not implemented yet |
TEMP |
Value: 27 Type: Temperature_degC (°C) Description: Operating temperature of the device |
modelcard |
Value: Type: ModelcardMOS Description: MOSFET modelcard |
p |
Value: Mos1.mos1RenameParameters(modelcard, C) Type: Mos1ModelLineParams Description: Model line parameters |
m |
Value: Mos1.mos1RenameParametersDev(modelcard, mtype, W, L, AS, AS, PD, PS, NRD, NRS, OFF, IC, TEMP) Type: Mosfet Description: Renamed parameters |
m_type |
Value: if m.m_bPMOS > 0.5 then -1 else 1 Type: Integer Description: Type of the transistor |
vp |
Value: Mos1.mos1ModelLineParamsInitEquations(p, C, m_type) Type: MosModelLineVariables Description: Model line variables |
c1 |
Value: Mos.mosCalcInitEquations(p, C, vp, m) Type: Mos1Calc Description: Precalculated parameters |
c2 |
Value: Mos.mosCalcCalcTempDependencies(p, C, vp, m, c1, m_type) Type: Mos1Calc Description: Precalculated parameters |
G |
Type: PositivePin Description: Gate node |
|
---|---|---|
D |
Type: PositivePin Description: Drain node |
|
S |
Type: NegativePin Description: Source node |
|
B |
Type: PositivePin Description: Bulk node |
modelcard |
Type: ModelcardMOS Description: MOSFET modelcard |
|
---|---|---|
C |
Type: SpiceConstants Description: General constants of SPICE simulator |
|
p |
Type: Mos1ModelLineParams Description: Model line parameters |
|
m |
Type: Mosfet Description: Renamed parameters |
|
vp |
Type: MosModelLineVariables Description: Model line variables |
|
c1 |
Type: Mos1Calc Description: Precalculated parameters |
|
c2 |
Type: Mos1Calc Description: Precalculated parameters |
|
cc |
Type: CurrrentsCapacitances |
Modelica.Electrical.Spice3.Examples Simple inverter circuit |
|
Modelica.Electrical.Spice3.Examples Two inverters where transistor models use different modelcard instances |
|
Modelica.Electrical.Spice3.Examples Four inverters with MOSFET level 1, using private record as model card |
|
Modelica.Electrical.Spice3.Examples MOS Nand gate circuit |
|
Modelica.Electrical.Spice3.Examples MOS NOR gate circuit |
|
Spice3BenchmarkMosfetCharacterization Modelica.Electrical.Spice3.Examples Mos output characteristics |
Modelica.Electrical.Spice3.Examples.InvertersExtendedModel NMOS transistor with specified modelcard |