Trigger for starting capture

Hi, there is way to trigger stopping capture. Is there way to set trigger to start capture?

Actually, we think the trigger starts the capture. However it’s a matter of perspective.

When you start a recording with a trigger, the software will start streaming data right away, because the software actually searches the data for the trigger pattern.

This pre-trigger data is stored in the capture buffer. This buffer is circular, so if the capture buffer fills while waiting for the trigger, it will simply over-write the oldest data already in the buffer.

Once the trigger is found, the software will record for the specified duration:
image

So if you simply want to record for X seconds after the trigger is found, you can just enter the time here.

Once the trigger has been found, and the capture duration after the trigger has been recorded, then the capture will stop automatically. Is that what you’re trying to do?

If that’s not what you’re trying to do, could you describe your use case?