CheckDataStatus

The Q-CTRL Experiment Scheduler is currently in alpha phase of development. Breaking changes may be introduced.

class CheckDataStatus(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

The result of a check data function.

If defined, this is an experiment that checks if we have reason to believe the current calibration is still valid, without performing the entire calibration experiment. If not defined, reproduces the result of the calibration experiment.

Variables:
  • FAIL – The check data routine failed.

  • PASS – The check data routine passed.