Splitter
- class pmrf.models.components.ideal.Splitter(nports: int = 3, *, name: str | None = None, metadata: Any = None)
Bases:
Model(experimental) An ideal n-way parallel node (lossless junction).
This model represents a purely topological connection where all n ports are tied to a single common voltage node. Because it is lossless and reciprocal, it cannot be simultaneously matched at all ports (e.g., a 3-port Tee will have S11 = -1/3).
- Parameters:
nports (int) – The number of ports. Defaults to 3 (a 2-way split).
- nports: int = 3