skrf.media.rectangularWaveguide.RectangularWaveguide.delay_open¶
-
RectangularWaveguide.
delay_open
(d, unit='deg', **kwargs)¶ Delayed open transmission line
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_open – a delayed open
Return type: Network
objectSee also
delay_load()
- delay_short just calls this function