mwavepy.media.media.Media.line

Media.line(d, unit='m', **kwargs)

Matched transmission line of given length

The units of length are interpreted according to the value of unit.

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 :

line : Network object

matched tranmission line of given length

Examples

>>> my_media.line(90, 'deg', z0=50) 

Previous topic

mwavepy.media.media.Media.inductor

Next topic

mwavepy.media.media.Media.load

This Page