skrf.network.write_dict_of_networks

skrf.network.write_dict_of_networks(ntwkDict, dir='.')

saves a dictionary of networks touchstone files in a given directory

The filenames assigned to the touchstone files are taken from the keys of the dictionary.

Parameters :

ntwkDict : dictionary

dictionary of Network objects

dir : string

directory to write touchstone file to

This Page