Capture a trace with python API and capture1() method

Hi everyone,

I have a small question about the ChipWhisperer python API. I’m using the CW1200 in order to record power traces from an FPGA, and in order to do so I use the “capture1()” method. But it looks like when you call the function, the CW1200 waits for a /low/high/rising_edge/falling_edge to effectively record the trace.

How can i force the record to start as soon as I call the function ?

Thanks in advance !