autosweep.sweep.read_json#

autosweep.sweep.read_json(path: pathlib.Path | str)[source]#

With raw data saved in JSON form, this function parses the data

Parameters:

path (str or pathlib.Path) – The path to the JSON file which contains the data

Returns:

Three items are returned. 1) A dictionary of the Sweep objects contained in the file. 2) A dictionary of the global metadata. 3) The DUTInfo instance contained in the the file