skrf.media.freespace.Freespace.delay_open
- Freespace.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
delay_load()
)
- Returns:
delay_open – a delayed open
- Return type:
Network
object
Notes
This calls:
delay_load(Gamma0=1.0, d=d, unit=unit, **kwargs)
See also