skrf.media.Media.delay_short

Media.delay_short(d, unit='deg', **kwargs)[source]

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 delay_load().) –

Returns:

delay_short – a delayed short

Return type:

Network object

Notes

This calls:

delay_load(Gamma0=-1.0, d=d, unit=unit, **kwargs)