LSectionLC
- class pmrf.models.components.sections.LSectionLC(L: Any, C: Any, *, name: str | None = None, metadata: Any = None)
Bases:
ModelA 2-port model of an L-section impedance matching network.
This specific topology uses a series inductor (L) followed by a shunt capacitor (C), acting as a standard low-pass impedance transformer.
- Parameters:
- C: AbstractVariable | Inexact[jaxlib._jax.Array, '...']
The value of the shunt capacitor in Farads.
- L: AbstractVariable | Inexact[jaxlib._jax.Array, '...']
The value of the series inductor in Henrys.