modelImpedance
Impedance model
Extends from ObjectStab.Base.TwoPin (Shell model for ObjectStab models with two electrical connectors ).
Information
The impedance model is governed by the equations:
R+jX
----
V1, I1 --- --- V2, I2
-> ---- <-
V1 - V2 = (R+jX) * I1
I1 + I2 = 0:
For numerical reasons, R and X may not both be set to zero.Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| ObjectStab.Base.Resistance | R | 0.0 | Resistance |
| ObjectStab.Base.Reactance | X | 0.1 | Reactance |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| ObjectStab.Base.Pin | T1 (from TwoPin) | ||
| ObjectStab.Base.Pin | T2 (from TwoPin) |