ShuntInductor
- class pmrf.models.components.lumped.ShuntInductor(L: Any, *, name: str | None = None, metadata: Any = None)
Bases:
ModelA 2-port model of a shunt inductor shunting to ground. Internally uses Z-formulation to prevent divide-by-zero errors at L=0 or DC.
- Parameters:
L (Param) – The inductance in Henrys
- L: AbstractVariable | Inexact[jaxlib._jax.Array, '...']
Inductance in Henrys