LSectionLC

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

Bases: Model

A 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:
  • L (Param) – The value of the series inductor in Henrys.

  • C (Param) – The value of the shunt capacitor in Farads.

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.