Shunt

class pmrf.models.composite.nodal.Shunt(shunt: Model, *, name: str | None = None, metadata: Any = None)

Bases: Model

Represents a 1-port network connected in parallel (shunt) across a 2-port line.

Parameters:
  • shunt (Model) – The 1-port model to be connected in shunt.

  • Reference

  • ----------------------

  • component (Maps the reflection coefficient (\(Gamma\) or \(S_{11}\)) of a 1-port)

  • (e.g. (into a 2-port transmission matrix. Avoids division by zero)

  • opens/shorts) (ideal)

  • $S_{11 (by directly calculating \(S_{11}\) and \(S_{21}\) using)

  • 3)$. (2port} = (Gamma - 1) / (Gamma +)

shunt: Model

The 1-port model to be connected in shunt.