LSection
- class pmrf.models.components.sections.LSection(Z: Any, Y: Any, *, z0: complex = 50 + 0j, name: str | None = None, metadata: Any = None)
Bases:
ModelA 2-port model of a general L-section impedance matching network.
Uses a series impedance followed by a shunt admittance.
- Y: AbstractVariable | Inexact[jaxlib._jax.Array, '...']
Admittance of the shunt branch.
- Z: AbstractVariable | Inexact[jaxlib._jax.Array, '...']
Impedance of the series branch.