skrf.network.Network.zipped_touchstone

classmethod Network.zipped_touchstone(filename, archive)[source]

read a Network from a Touchstone file in a ziparchive

Parameters
  • filename (str) – the full path filename of the touchstone file

  • archive (zipfile.ZipFile) – the opened zip archive

Returns

ntwk – Network from the Touchstone file

Return type

Network