skrf.media.mline.MLine.resistor
- MLine.resistor(R, *args, **kwargs)
Resistor.
- Parameters:
R (number, array) – Resistance , in Ohms. If this is an array, must be of same length as frequency vector.
*args (arguments, key word arguments) – passed to
match()
, which is called initially to create a ‘blank’ network.**kwargs (arguments, key word arguments) – passed to
match()
, which is called initially to create a ‘blank’ network.
- Returns:
resistor
- Return type:
a 2-port
Network