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 checks for signal current level and voltage level queries in Keysight E4980A driver #2561

Merged
merged 27 commits into from Jan 12, 2021

Commits on Dec 25, 2020

  1. Configuration menu
    Copy the full SHA
    c98f555 View commit details
    Browse the repository at this point in the history
  2. fix raised errors

    Akshita07 committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    39c9ca5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c0ff03 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Update exception type

    Akshita07 committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    77f64c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Configuration menu
    Copy the full SHA
    6b936cb View commit details
    Browse the repository at this point in the history
  2. Update log statements

    Akshita07 committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    0ca67fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40aea6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb81373 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    158641b View commit details
    Browse the repository at this point in the history
  6. Fix test

    Akshita07 committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    2a7de14 View commit details
    Browse the repository at this point in the history
  7. Remove unused import

    Akshita07 committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    fd31aa4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af49ad2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cfb73d9 View commit details
    Browse the repository at this point in the history
  10. pylint fixes

    Akshita07 committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    19d89dc View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Update device yaml

    Akshita07 committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    0efd2d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1c6abb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31e62cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31d0434 View commit details
    Browse the repository at this point in the history
  5. update yaml and tests

    Akshita07 committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    ee1258c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a9d9ed View commit details
    Browse the repository at this point in the history
  7. cleaner linebreak

    jenshnielsen committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    62fe92d View commit details
    Browse the repository at this point in the history
  8. do not use an initial value for the group parameters

    if you pass an initial value this needs to be sent to the instrument
    
    the current sim file does not implement this command so an error will be raised
    jenshnielsen committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    5750d5e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    edf3669 View commit details
    Browse the repository at this point in the history
  10. set to a valid value

    jenshnielsen committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    c297f74 View commit details
    Browse the repository at this point in the history
  11. set back

    jenshnielsen committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    fd09de6 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #43 from jenshnielsen/fixBugKeysightE4980A

    Fix tests for keysight_e4980a
    Akshita07 committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    6625d4d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ac64427 View commit details
    Browse the repository at this point in the history