skrf.media.rectangularWaveguide.RectangularWaveguide.impedance_mismatch¶
-
RectangularWaveguide.
impedance_mismatch
(z1, z2, **kwargs)¶ Two-port network for an impedance mismatch
Parameters: - z1 (number, or array-like) – complex impedance of port 1
- z2 (number, or array-like) – complex impedance of port 2
- **kwargs (key word arguments) – passed to
match()
, which is called initially to create a ‘blank’ network.
Returns: missmatch – a 2-port network representing the impedance mismatch
Return type: Network
objectNotes
If z1 and z2 are arrays, they must be of same length as the
Media.frequency.npoints
See also
match()
- called to create a ‘blank’ network