Finally got #chipwhisperer Husky.
Lot of features to check out, but also some things I wasn't very aware about before. E.g. didn't expect to not have USB 3 (it's documented but only found out after having device), which limits streaming capture (can't find example notebook for it either).
Now on second demo 02 husky triggers, but I keep getting scope.errors I don't see explained in docs in both demos I tried. The scope.errors.clear() sometimes works weird.
With both CW308 and CW313 it has lot of opportunities, trying to work through it to get all the potential.
Hm, I think I have similar issue like this - https://forum.newae.com/t/trigger-error-in-lab-2-1/3340/8
Though scope.clock.adc_src is outdated API, scope.clock.clkgen_src and scope.clock.adc_mul should be used.
I need to go sleep on this to continue further.