mwavepy.media.rectangularWaveguide.RectangularWaveguide.delay_short

RectangularWaveguide.delay_short(d, unit='m', **kwargs)

Delayed Short

A transmission line of given length terminated with a short.

Parameters :

d : number

the length of transmissin line (see unit argument)

unit : [‘m’,’deg’,’rad’]

the units of d. possible options are:
  • m : meters, physical length in meters (default)
  • deg :degrees, electrical length in degrees
  • rad :radians, electrical length in radians

**kwargs : key word arguments

passed to match(), which is called initially to create a ‘blank’ network.

Returns :

delay_short : Network object

a delayed short

See also

delay_load
delay_short just calls this function

Previous topic

mwavepy.media.rectangularWaveguide.RectangularWaveguide.delay_open

Next topic

mwavepy.media.rectangularWaveguide.RectangularWaveguide.electrical_length

This Page