skrf.networkSet.NetworkSet.from_zip

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

Create a NetworkSet from a zipfile of touchstones.

Parameters:
  • zip_file_name (string) – name of zipfile

  • sort_filenames (Boolean) – sort the filenames in the zip file before constructing the NetworkSet

  • *args (arguments) – passed to NetworkSet constructor

  • **kwargs (arguments) – passed to NetworkSet constructor

Examples

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