I am using Artiq v8.8750+0fb31dd.beta and am trying to use the get_dataset_metadata
method. I get an error:
AttributeError: type object 'ExamineDatasetMgr' has no attribute 'get_metadata'
This is using the following code:
from artiq.experiment import *
class TestExp(EnvExperiment):
def build(self):
print(self.get_dataset_metadata("abc"))