skrf.media.coaxial.Coaxial.lossless_mismatch
- Coaxial.lossless_mismatch(s11, db=True, **kwargs)
Lossless, symmetric mismatch defined by its return loss.
- Parameters:
s11 (complex number, number, or array-like) – the reflection coefficient. if db==True, then phase is ignored
db (bool, optional) – is s11 in db? otherwise assumes linear. Default is True (dB)
**kwargs (arguments, keyword arguments) – passed to func:match
- Returns:
ntwk – 2-port lossless mismatch
- Return type:
Network
object