Skip to content

Draft: Better error message when trying to get sequence from sequencer

Daniel J. Weigand requested to merge sequence_raise into development

Follow up to !125 (merged). Will raise an explanatory error message when using sequencer.sequence().

Due to qcodes limitations, the error message must be the same when using sequencer.sequence() or sequencer.sequence.cache() with invalid cache. Lambdas cannot contain statements, which is why a new private function is needed.

Merge request reports