skrf.media.cpw.CPW.delay_open¶
- CPW.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
Networkobject
See also