Bug 1555 - use common soft-trigger support
Summary: use common soft-trigger support
Status: CONFIRMED
Alias: None
Product: libsigrok
Classification: Unclassified
Component: Driver: asix-sigma (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-03 18:01 CEST by Gerhard Sittig
Modified: 2020-06-03 18:01 CEST (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerhard Sittig 2020-06-03 18:01:33 CEST
The asix-sigma driver does support triggers, including pre-trigger capture 
ratio and all combinations of optional acquisition time and sample count 
limits. The current implementation errs on the safe side, and provides at 
least the requested amount of data, but does not enforce the exact sample 
count limit when specified and triggers were involved.

The proper approach would be to not re-invent the required logic, but instead 
re-use common soft-trigger support for session feed submission with queued 
sample data before the trigger position.