pygsti.objects.MultiDataSet.load¶
-
MultiDataSet.
load
(fileOrFilename)¶ Load MultiDataSet from a file, clearing any data is contained previously.
Parameters: fileOrFilename (file or string) – Either a filename or a file object. In the former case, if the filename ends in ”.gz”, the file will be gzip uncompressed as it is read.