Hello all,
I try to setup a triggerd data capture, but when I configure the capture like this:
capture_configuration = automation.CaptureConfiguration(
capture_mode=automation.DigitalTriggerCaptureMode(trigger_channel_index=1,
trigger_type=RISING, after_trigger_seconds=200e-6)
)
i get this error message:
capture_mode=automation.DigitalTriggerCaptureMode(trigger_channel_index=1, trigger_type=RISING,
^^^^^^
NameError: name 'RISING' is not defined
Any help is appreciated.
Kind regards
Jens