TSection
- class pmrf.models.components.sections.TSection(Z1: Any, Z2: Any, Z3: Any, *, z0: complex = 50 + 0j, name: str | None = None, metadata: Any = None)
Bases:
ModelA 2-port model of a general Tee-network.
Defined entirely by branch impedances, matching standard network theory conventions.
- Parameters:
- Z1: AbstractVariable | Inexact[jaxlib._jax.Array, '...']
Impedance of the first series branch.
- Z2: AbstractVariable | Inexact[jaxlib._jax.Array, '...']
Impedance of the second series branch.
- Z3: AbstractVariable | Inexact[jaxlib._jax.Array, '...']
Impedance of the shunt branch.