Hi Everyone,

I recently acquired a Fluke 289 which I'm using with Sigrok. The current
backend only supports a very limited subset of the DMM's functionality.

I have rewrite the 28x backend to use QDDA commands instead of the limited
QM command. I'm currently trying to decide how to handle some of the
features. Specifically, the device has a mode where it logs a series of
measurements and calculates a rolling min, max, and average. The protocol
represents this as four separate readings in the same report. It seems to
me like these could map onto channels in sigrok. Is that the right
strategy? Should they be bundled into a channel group?

My WIP branch is here if you to have a look or play with:
https://github.com/andysan/libsigrok/tree/fluke

Cheers,
Andreas
_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to