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 |
|---|---|
| Record for Jfet model line parameters | |
| FET initial precalculations | |
| Initial precalculation | |
| Drain current calculation | |
| Gate capacitance calculation | |
| Precalculations relating to temperature | |
| Calculations of currents and capacities | |
| Parameter renaming to internal names |
Modelica.Electrical.Spice3.Internal.Jfet.JfetModelLineRecord 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] |
Modelica.Electrical.Spice3.Internal.Jfet.jfetInitEquationsFET initial precalculations
Extends from Modelica.Icons.Function (Icon for functions).
| Name | Description |
|---|---|
| in_f | |
| in_fm |
| Name | Description |
|---|---|
| out_fm |
Modelica.Electrical.Spice3.Internal.Jfet.jfetModelLineInitEquationsInitial precalculation
Extends from Modelica.Icons.Function (Icon for functions).
| Name | Description |
|---|---|
| in_fm |
| Name | Description |
|---|---|
| out_fm |
Modelica.Electrical.Spice3.Internal.Jfet.drainCurDrain 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 |
Modelica.Electrical.Spice3.Internal.Jfet.calculateGateCapGate 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] |
Modelica.Electrical.Spice3.Internal.Jfet.jfetCalcTempDependenciesPrecalculations relating to temperature
Extends from Modelica.Icons.Function (Icon for functions).
| Name | Description |
|---|---|
| in_f | |
| in_fm |
| Name | Description |
|---|---|
| out_f |
Modelica.Electrical.Spice3.Internal.Jfet.jfetNoBypassCodeCalculations 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 |
Modelica.Electrical.Spice3.Internal.Jfet.jfetRenameParametersParameter 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 |