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: Model

A 2-port model of a general Tee-network.

Defined entirely by branch impedances, matching standard network theory conventions.

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

  • Z2 (Param) – Impedance of the second series branch.

  • Z3 (Param) – Impedance of the shunt branch to ground.

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.