mwavepy.network.Network.write_touchstone

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

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 ‘./’.

Notes

format supported at the moment is,
HZ S RI

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

Previous topic

mwavepy.network.Network.read_touchstone

Next topic

mwavepy.network.connect

This Page