ShuntInductor

class pmrf.models.components.lumped.ShuntInductor(L: Any, *, z0: complex = 50 + 0j, name: str | None = None, metadata: Any = None)

Bases: Model

A 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