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

Feature/signadyne digitizer #2

Merged
merged 16 commits into from
Mar 12, 2017

Commits on Mar 6, 2017

  1. Initial commit of general Signadyne digitizer implementation, as well…

    … as a skeleton for the M3300A combo card.
    maij committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    caa281e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86a49a7 View commit details
    Browse the repository at this point in the history
  3. Added a test class for the Signadyne digitizer base class.

    Also removed unnecessary wrapper functions in the base class.
    maij committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    c74fc38 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. Changed the implementation of trigger threshold and mode from paramet…

    …ers to private attributes with set and get functions.
    maij committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    b7b58cd View commit details
    Browse the repository at this point in the history
  2. fix : Make __trigger_mode and __trigger_threshold object variables, n…

    …ot class variables. This should be convention for all future variables.
    maij committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    82bfce8 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. Adding a set of default values to be used by get/set functions before…

    … parameters can be defined.
    maij committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    6b47915 View commit details
    Browse the repository at this point in the history
  2. Added all necessary parameters without set/get commands defined.

    Also created internal variable storage to aid get/set commands with first time execution.
    maij committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    17d0770 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

  1. Fixed references to SD_TriggerModes.

    Fixed some missing parentheses.
    maij committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    a90e7a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74118c8 View commit details
    Browse the repository at this point in the history
  3. Fixed syntactical issues, simplified variables and removed unused var…

    …iable from parameters.
    maij committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    e309079 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd26f2d View commit details
    Browse the repository at this point in the history
  5. Fixed some labelling issues with only settable parameters, and remove…

    …d their get cmd definitions.
    maij committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    323da65 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. Fix: Move class variables outside of look and create list all at once.

    Changed library location to be ~/site_packages/signadyne.py to agree with SD AWG driver.
    maij committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    35b0484 View commit details
    Browse the repository at this point in the history
  2. Fix : added self references to ensure instantiance funcs of SD_AIN ar…

    …e used instead of class funcs.
    
    Small corrections to some validator declarations.
    maij committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    d52ec19 View commit details
    Browse the repository at this point in the history
  3. Fix : added self reference to all class functions to ensure they can …

    …be shared with other funcitons.
    maij committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    c5413bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c54384 View commit details
    Browse the repository at this point in the history