modelR_Resistor
Semiconductor resistor from SPICE3
Extends from Modelica.Electrical.Spice3.Internal.R_SEMI (Semiconductor resistor).
Information
The model R_Resistor is a Semiconductor resistor model.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Resistance | R (from R_SEMI) | -1e40 | Resistance, if specified, geometrical information is overwritten |
| Modelica.Units.NonSI.Temperature_degC | TEMP (from R_SEMI) | -1e40 | Temperature of resistor |
| SI.Length | L (from R_SEMI) | -1e40 | Length of the resistor |
| SI.Length | W (from R_SEMI) | -1e40 | Width of the resistor, default DEFW (modelcard) |
| Boolean | SENS_AREA (from R_SEMI) | false | Parameter for sensitivity analyses, not implemented yet |
| ModelcardR | modelcard (from R_SEMI) | Resistor modelcard | |
| SpiceConstants | C (from R_SEMI) | General constants of SPICE simulator | |
| Rsemiconductor.ResistorModelLineParams | lp (from R_SEMI) | Rsemiconductor.resistorRenameParameters(modelcard, C) | Model Line Parameters |
| Rsemiconductor.ResistorParams | rp (from R_SEMI) | Rsemiconductor.resistorRenameParametersDev(R, W, L, TEMP, SENS_AREA, C) | Renamed parameters |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| PositivePin | p (from TwoPin) | Positive electrical pin | |
| NegativePin | n (from TwoPin) | Negative electrical pin |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Voltage | v (from TwoPin) | Voltage drop of the two pins (= p.v - n.v) | |
| SI.Current | i (from OnePort) | Current flowing from pin p to pin n | |
| Rsemiconductor.ResistorVariables | vp (from R_SEMI) |
Revisions
- April 2009 by Kristin Majetta
initially implemented