LTopology

class pmrf.models.composite.topological.LTopology(M1: Model, M2: Model, *, name: str | None = None, metadata: Any = None)

Bases: Model

(experimental) A 2-port L-section network built from nested sub-models.

Uses a series model followed by a shunt model. The series branch extracts input impedance (Z11), while the shunt branch extracts input admittance (Y11).

Parameters:
  • M1 (Model) – The model representing the series branch.

  • M2 (Model) – The model representing the shunt branch.

M1: Model
M2: Model