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

Signal Generation Restructure and addition of high level methods #183

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Oct 25, 2023

  1. feat: implemented set_if_needed and poll_query functions in pi_device.py

    set_if_needed: only sets the value if it is different from the current value
    poll_query: poll query until desired value is returned
    lekevin678 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    521fc08 View commit details
    Browse the repository at this point in the history
  2. refactor: removed ignore_errors param in poll_query as the invalid_va…

    …lues param serves the same purpose
    lekevin678 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    cd48544 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. feat:

    Added function generation
    Added signal_generator doc
    Updated structure of signal generators
    added burst for AFGs
    
    Signed-off-by: qthompso <quinn.thompson@tektronix.com>
    qthompso committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    bce3259 View commit details
    Browse the repository at this point in the history
  2. feat:

    merge master
    
    Signed-off-by: qthompso <quinn.thompson@tektronix.com>
    qthompso committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    4bd9180 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. fix: changes for unit tests to pass, added path info for sources

    Signed-off-by: qthompso <quinn.thompson@tektronix.com>
    qthompso committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f4dbbd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. fix: Suggested PR changes, mostly grammar fixes in signal_generators.md

    Signed-off-by: qthompso <quinn.thompson@tektronix.com>
    qthompso committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ec189b6 View commit details
    Browse the repository at this point in the history
  2. fix: removed some references for build to pass.

    Signed-off-by: qthompso <quinn.thompson@tektronix.com>
    qthompso committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2a88534 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. fix: Changes to PR based on github comments.

    Moved some classes around
    
    Signed-off-by: qthompso <quinn.thompson@tektronix.com>
    qthompso committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    fb0b365 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. fix: fixes to get docs to build, some structure changes within drivers

    Signed-off-by: qthompso <quinn.thompson@tektronix.com>
    qthompso committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f1e4330 View commit details
    Browse the repository at this point in the history