Records and functions for semiconductor resistor model
This package Rsemiconductor contains functions and records with data of the semiconductor resistor model.
Extends from Modelica.Icons.InternalPackage (Icon for an internal package (indicating that the package should not be directly utilized by user)).
Name | Description |
---|---|
ResistorParams | Resistor device parameters |
ResistorModelLineParams | Record for resistor model line parameters |
ResistorVariables | Variables for the resistor model |
resistorRenameParameters | Technology parameter renaming |
resistorRenameParametersDev | Device parameter renaming |
resistorInitEquations | Initial calculation |
Resistor device parameters
This record contains the device parameters that are used for the resistor model in SPICE3.
Extends from Modelica.Icons.Record (Icon for records).
Record for resistor model line parameters
This record contains the model line (also called model card) parameters that are used for the resistor model in SPICE3.
Extends from Modelica.Icons.Record (Icon for records).
Variables for the resistor model
This record contains the model variables that are used for the resistor model in SPICE3.
Extends from Modelica.Icons.Record (Icon for records).
Technology parameter renaming
This function assigns the external (given by the user, e.g., N) technology parameters to the internal parameters (e.g., m_emissionCoeff). It also does the analysis of the IsGiven values.
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
ex | Modelcard with technology parameters |
con | Spice constants |
Name | Description |
---|---|
intern | Output record with resistor model line parameters |
Device parameter renaming
This function assigns the external (given by the user, e.g., AREA) device parameters to the internal parameters (e.g., m_area). It also does the analysis of the IsGiven values.
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
R | Resistance [Ohm] |
W | Width [m] |
L | Length [m] |
TEMP | Temperature [degC] |
SENS_AREA | Parameter for sensitivity analyses, not implemented yet |
con | Spice constants |
Name | Description |
---|---|
intern | Output record with resistor parameters |
Initial calculation
In this function some initial calculations for the resistor model are done, especially concerning the handling of the breakthrough voltage.
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
in_p | Input record with resistor parameters |
in_p2 | Input record with resistor model line parameters |
Name | Description |
---|---|
out | Output record with resistor variables |