skrf.convenience.hfss_touchstone_2_media

skrf.convenience.hfss_touchstone_2_media(filename, f_unit='ghz')

Creates a Media object from a a HFSS-style touchstone file with Gamma and Z0 comments

Parameters :

filename : string

the HFSS-style touchstone file

f_unit : [‘hz’,’khz’,’mhz’,’ghz’]

passed to f_unit parameters of Frequency constructor

Returns :

my_media : skrf.media.Media object

the transmission line model defined by the gamma, and z0 comments in the HFSS file.

See also

hfss_touchstone_2_gamma_z0
returns gamma, and z0

Examples

>>> port1_media, port2_media = rf.hfss_touchstone_2_media('line.s2p')

Previous topic

skrf.convenience.func_on_all_figs

Next topic

skrf.convenience.hfss_touchstone_2_gamma_z0

This Page