TSection

class pmrf.models.components.sections.TSection(Z1: Any, Z2: Any, Z3: Any, *, 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: Param

Impedance of the first series branch.

Z2: Param

Impedance of the second series branch.

Z3: Param

Impedance of the shunt branch.