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: