skrf.network.Network.write_touchstone

Network.write_touchstone(filename=None, dir='./', write_z0=False)

write a contents of the Network to a touchstone file.

Parameters :

filename : a string, optional

touchstone filename, without extension. if ‘None’, then will use the network’s name.

dir : string, optional

the directory to save the file in. Defaults to cwd ‘./’.

write_z0 : boolean

write impedance information into touchstone as comments, like Ansoft HFSS does

Notes

format supported at the moment is,
HZ S RI

The functionality of this function should take place in the touchstone class.

Previous topic

skrf.network.Network.write

Next topic

skrf.network.connect

This Page