Records and functions for Jfet
Extends from Modelica.Icons.InternalPackage (Icon for an internal package (indicating that the package should not be directly utilized by user)).
Name | Description |
---|---|
JfetModelLine | Record for Jfet model line parameters |
jfetInitEquations | FET initial precalculations |
jfetModelLineInitEquations | Initial precalculation |
drainCur | Drain current calculation |
calculateGateCap | Gate capacitance calculation |
jfetCalcTempDependencies | Precalculations relating to temperature |
jfetNoBypassCode | Calculations of currents and capacities |
jfetRenameParameters | Parameter renaming to internal names |
Record for Jfet model line parameters
Extends from Modelica.Electrical.Spice3.Internal.Fet.FetModelLine (Record for Fet model line parameters).
Name | Description |
---|---|
Initialization | |
m_threshold | VTO [V] |
m_beta | BETA |
m_lModulation | LAMBDA [1/V] |
m_drainResist | RD [Ohm] |
m_sourceResist | RS [Ohm] |
m_capGS | CGS [F] |
m_capGD | CGD [F] |
m_gatePotential | PB [V] |
m_gateSatCurrent | IS [A] |
m_depletionCapCoeff | FC |
m_b | B |
m_fNcoef | KF |
m_fNexp | AF |
m_drainConduct | [S] |
m_sourceConduct | [S] |
FET initial precalculations
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
in_f | |
in_fm |
Name | Description |
---|---|
out_fm |
Initial precalculation
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
in_fm |
Name | Description |
---|---|
out_fm |
Drain current calculation
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
vds | [V] |
vgs | [V] |
vgd | [V] |
in_f | |
in_fm |
Name | Description |
---|---|
out_f |
Gate capacitance calculation
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
in_f | |
vgs | Input voltage gate source [V] |
vgd | Input voltage gate drain [V] |
Name | Description |
---|---|
capgs | Output capacitance gate source [F] |
chargegs | Output charge gate source [C] |
capgd | Output capacitance gate drain [F] |
chargegd | Output charge gate drain [C] |
Precalculations relating to temperature
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
in_f | |
in_fm |
Name | Description |
---|---|
out_f |
Calculations of currents and capacities
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
in_f | Input record fet parameters |
in_fm | Input record model line parameters |
in_m_type | Type of MOS transistor |
in_m_bInit | |
in_m_pVoltageValues[3] | [V] |
Name | Description |
---|---|
out_cc | Calculated currents and capacitances |
Parameter renaming to internal names
This function jfetRenameParameters assigns the external (given by the user, e.g. RD) technology parameters to the internal parameters (e.g. m_drainResistance). It also does the analysis of the IsGiven values.
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
ex | Modelcard with technology parameters |
Name | Description |
---|---|
intern | Output record model line parameters |