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

TypeNameDefaultDescription
ObjectStab.Base.ResistanceR0.0Resistance
ObjectStab.Base.ReactanceX0.1Reactance

Connectors

TypeNameDefaultDescription
ObjectStab.Base.PinT1 (from TwoPin)
ObjectStab.Base.PinT2 (from TwoPin)