In 04 - Husky Trigger Sequencer: ValueError: Out of range; maximum supported by hardware: 64
is is a bug?
It’s a bug in the notebook: scope.SAD received major updates in the 6.0 release and we forgot to update this notebook accordingly. Thank you for flagging it!
I would try these settings instead:
scope.SAD.threshold = 20
scope.SAD.interval_threshold = 10
Refer to the 06 - Husky SAD Triggering.ipynb notebook to learn all about setting SAD parameters.
