skrf.media.mline.MLine.splitter¶
-
MLine.
splitter
(nports, **kwargs)¶ Ideal, lossless n-way splitter.
Parameters: - nports (int) – number of ports
- **kwargs (key word arguments) – passed to
match()
, which is called initially to create a ‘blank’ network.
Returns: tee – a n-port splitter
Return type: Network
objectSee also
match()
- called to create a ‘blank’ network