skrf.media.distributedCircuit.DistributedCircuit.delay_short¶
- DistributedCircuit.delay_short(d, unit='deg', **kwargs)¶
Delayed Short.
A transmission line of given length terminated with a short.
- Parameters
d (number) – the length of transmission line (see unit argument)
unit (['deg','rad','m','cm','um','in','mil','s','us','ns','ps']) – the units of d. See
to_meters(), for details**kwargs (key word arguments) – passed to
match(), which is called initially to create a ‘blank’ network.
- Returns
delay_short – a delayed short
- Return type
Networkobject
See also