modelR_SEMI
Semiconductor resistor
Extends from Modelica.Electrical.Analog.Interfaces.OnePort (Component with two electrical pins p and n and current i from p to n).
Information
Semiconductor resistance model
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Resistance | R | -1e40 | Resistance, if specified, geometrical information is overwritten |
| Modelica.Units.NonSI.Temperature_degC | TEMP | -1e40 | Temperature of resistor |
| SI.Length | L | -1e40 | Length of the resistor |
| SI.Length | W | -1e40 | Width of the resistor, default DEFW (modelcard) |
| Boolean | SENS_AREA | false | Parameter for sensitivity analyses, not implemented yet |
| ModelcardR | modelcard | Resistor modelcard | |
| SpiceConstants | C | General constants of SPICE simulator | |
| Rsemiconductor.ResistorModelLineParams | lp | Rsemiconductor.resistorRenameParameters(modelcard, C) | Model Line Parameters |
| Rsemiconductor.ResistorParams | rp | 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 |
Revisions
- April 2009
- by Kristin Majetta initially implemented