skrf.networkSet.NetworkSet.from_zip

classmethod NetworkSet.from_zip(zip_file_name, sort_filenames=True, *args, **kwargs)

creates a NetworkSet from a zipfile of touchstones.

Parameters :

zip_file_name : string

name of zipfile

sort_filenames: Boolean :

sort the filenames in teh zip file before constructing the NetworkSet

*args,**kwargs : arguments

passed to NetworkSet constructor

Examples

>>>import skrf as rf >>>my_set = rf.NetworkSet.from_zip(‘myzip.zip’)

Previous topic

skrf.networkSet.NetworkSet.element_wise_method

Next topic

skrf.networkSet.NetworkSet.plot_logsigma

This Page