FloatingLine
- class pmrf.models.components.lines.nodal.FloatingLine(floating: T, *, name: str | None = None, metadata: Any = None)
Bases:
Model,Generic[T]A wrapper that converts a 2-port single-ended transmission line into a 4-port floating line with an explicit return path.
Port indices 0 and 1 form a terminal pair, as well as indices 2 and 3, with indices 0 and 2 the ``positive’’ connection.
- Parameters:
floating (TransmissionLine) – The inner transmission line model to be wrapped.
- floating: T
Inner transmission line model