skrf.io.csv.read_all_zva_dat

skrf.io.csv.read_all_zva_dat(dir='.', contains=None)[source]

Read all DAT files in a directory (from R&S ZVA).

Parameters:
  • dir (str, optional) – the directory to load from, default ‘.’

  • contains (str, optional) – if not None, only files containing this substring will be loaded

Returns:

out – dictionary containing all loaded DAT objects. keys are the filenames without extensions, and the values are the objects

Return type:

dictionary