ngscopeclient / scopehal

Test and measurement hardware abstraction library and protocol decodes. This is the library only. Most users should use scopehal-apps.
BSD 3-Clause "New" or "Revised" License
215 stars 96 forks source link

Support for Agilent/Keysight triggers #445

Open miek opened 3 years ago

miek commented 3 years ago
azonenberg commented 3 years ago

Pulse width and UART triggers are implemented in the current trigger model, so setting them up should be fairly easy.

The other types will need new trigger types created and perhaps some more careful planning. Sequence triggering in particular is likely to require some UI changes on the glscopeclient side (I'm thinking a tab or sub-region of the trigger dialog for each sub-trigger?) Pattern triggering might also need some UI updates.