Hello i have some trouble to understand how scope.capture and scope.arm functions are working.
Am i right that i have to call scope.arm once to activate capture and glitching and after that i start the trigger from my target and then i call scope.capture to wait until it detects the rising, falling edge, … of the trigger and after that the glitch output itself will be triggered? My settings (“ext_single”, “glitch_only”).
My target sets the trigger automatically high after reboot it. (with a delay)
So can i use a code like this?:
for loop
{ set glitch offset, width, …
scope.arm()
reboot_flush()
scope.capture()
detect glitches…
}
Thanks and best regards Rik