LSection

class pmrf.models.components.sections.LSection(Z: Any, Y: Any, *, name: str | None = None, metadata: Any = None)

Bases: Model

A 2-port model of a general L-section impedance matching network.

Uses a series impedance followed by a shunt admittance.

Parameters:
  • Z (Param) – Impedance of the series branch.

  • Y (Param) – Admittance of the shunt branch.

Y: AbstractVariable | Inexact[jaxlib._jax.Array, '...']

Admittance of the shunt branch.

Z: AbstractVariable | Inexact[jaxlib._jax.Array, '...']

Impedance of the series branch.