Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Siglent SDS E-series Support #247

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    1fe6167 View commit details
    Browse the repository at this point in the history
  2. siglent-sds: Rewrite eseries acquisition logic

    This commit re-implements the whole acquisition logic for the Siglent
    E-series (SDS1000X-E, SDS1000X-U, SDS2000X-E). The acquisition is
    based on a state machine to keep the logic simple and robust.
    Additionally this improves maintainability as the E-series acquisition
    logic is now isolated from the older models which follow a partially
    different logic and have other constraints when compared to the
    E-series.
    voneiden authored and mike42 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e4eb148 View commit details
    Browse the repository at this point in the history
  3. Added product code for SDS1104X-U

    iommu authored and mike42 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    64584dc View commit details
    Browse the repository at this point in the history
  4. sort siglent udev entries

    mike42 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    656d7f6 View commit details
    Browse the repository at this point in the history