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 Fet parameters | |
| Record for Fet model line parameters | |
| Currents and Capacities | |
| Device Parameter renaming to internal names |
Modelica.Electrical.Spice3.Internal.Fet.FetRecord for Fet parameters
Extends from Modelica.Electrical.Spice3.Internal.Model.Model (Device Temperature).
| Name | Description |
|---|---|
| m_dTemp | TEMP, Device Temperature [K] |
| m_area | AREA, Area factor |
| m_off | OFF, Device initially off |
| m_dICVDS | IC_VDS [V] |
| m_bICVDSIsGiven | IC_VDS, IsGivenValue |
| m_dICVGS | IC_VGS [V] |
| m_bICVGSIsGiven | IC_VGS, IsGivenValue |
| m_uic | Use initial conditions, UIC |
| m_tSatCur | [A] |
| m_tGatePot | [V] |
| m_tCGS | [F] |
| m_tCGD | [F] |
| m_corDepCap | [V] |
| m_vcrit | [V] |
| m_f1 | [V] |
| m_f2 | |
| m_f3 | |
| m_dVt | [V] |
| m_vgs | Vgs, Voltage G-S [V] |
| m_vgd | Vgd, Voltage G-D [V] |
| m_vds | Vds [V] |
| m_cgd | Igd [A] |
| m_ggd | Ggd [S] |
| m_cgs | Igs [A] |
| m_ggs | Ggs [S] |
| m_chargegd | Qgd [C] |
| m_capgd | Cgd, G-D junction cap [F] |
| m_chargegs | Qgs [C] |
| m_capgs | Cgs, G-S junction capacitance [F] |
| m_cdrain | Idrain [A] |
| m_gm | Gm [S] |
| m_gds | Gds [S] |
Modelica.Electrical.Spice3.Internal.Fet.FetModelLineRecord for Fet model line parameters
Extends from Modelica.Icons.Record (Icon for records).
| Name | Description |
|---|---|
| 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] |
| m_tnom | TNOM [K] |
Modelica.Electrical.Spice3.Internal.Fet.CurrrentsCapacitancesCurrents and Capacities
This record CurrentsCapacities contains values for the currents and the capacities inside the model Jfet.
Extends from Modelica.Icons.Record (Icon for records).
| Name | Description |
|---|---|
| idrain | [A] |
| iGD | [A] |
| iGS | [A] |
| cGS | [F] |
| cGD | [F] |
Modelica.Electrical.Spice3.Internal.Fet.fetRenameParametersDevDevice Parameter renaming to internal names
Extends from Modelica.Icons.Function (Icon for functions).
| Name | Description |
|---|---|
| AREA | Number of parallel connected identical elements |
| OFF | Optional initial condition: 0 - IC not used, 1 - IC used, not implemented yet |
| IC_VDS | Initial condition value VDS, not implemented yet [V] |
| IC_VGS | Initial condition value VGS, not implemented yet [V] |
| UIC | Use initial conditions, UIC |
| TEMP | Temperature [degC] |
| Name | Description |
|---|---|
| dev | Output record MESFET |