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

driver: Add driver for Attocube ANC300 #915

Closed

Commits on Dec 4, 2017

  1. Merge branch 'qcodes'

    thibaudruelle committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    2b3d77f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. feat: Add driver for Attocube ANC300

    * Create Attocube directory in instrument_drivers
    * Create empty __init__.py
    * Create Attocube_ANC300.py module file
    * Add initial code to Attocube_ANC300.py
    thibaudruelle committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    7641360 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44c1feb View commit details
    Browse the repository at this point in the history
  3. docs: Add examples notebook for Attocube ANC300

    Add basic examples notebook for Attocube ANC300 driver. To be expanded.
    thibaudruelle committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    1643f72 View commit details
    Browse the repository at this point in the history
  4. refactor: remove log to error when reading 'ERROR'

    Remove line logging to error when the error check field from an instrument answer is 'ERROR'.
    Unnecessary since we raise an Exception anyways.
    These Exceptions can now be dealt with in a try .. except block without polluting the error log (e.g. in ANC300.__init__()).
    thibaudruelle committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    830aa82 View commit details
    Browse the repository at this point in the history
  5. refactor: use print_readable_snapshot update=True

    Remove loop getting all parameters from instrument and submodules.
    Use update=True in print_readable_snapshot instead.
    thibaudruelle committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    36ef21f View commit details
    Browse the repository at this point in the history
  6. fix: Attempt to fix sphinx build indentation error

    Attempt to fix error 'Unexpected indentation' from sphinx in Travis build.
    Wrap long docstring lines with single tab.
    thibaudruelle committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    cd058b8 View commit details
    Browse the repository at this point in the history
  7. refactor: Match microsoft#859 changes in overriden ask_raw

    Integrate microsoft#859 changes to ask_raw in VisaInstrument in overriden ask_raw function.
    Should fix Codacity 'String statement has no effect'warning.
    thibaudruelle committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    0d3ed98 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. Configuration menu
    Copy the full SHA
    9616fe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d8383c View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'qcodes/master'

    unknown authored and unknown committed May 4, 2018
    Configuration menu
    Copy the full SHA
    debf750 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. fix: Deal with some ANC300 using H instead of Hz

    Errors when getting frequency parameter with some ANC300 units.
    The response to such queries ends with 'H\r\nOK' or 'Hz\r\nOK'.
    Fixed by allowing unit keyword parameter of ans_parser to accept lists.
    Refactor ans_parser accordingly.
    Change definition of frequency parameter to call ans_parser with keyword
    unit=['Hz','H'].
    thibaudruelle committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    5b01b87 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Merge branch 'qcodes'

    thibaudruelle committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    538c7a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    435a51e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Configuration menu
    Copy the full SHA
    89e0159 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Configuration menu
    Copy the full SHA
    75e8aa8 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Configuration menu
    Copy the full SHA
    044415b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Configuration menu
    Copy the full SHA
    ab8db67 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Configuration menu
    Copy the full SHA
    2decce7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    941c584 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Configuration menu
    Copy the full SHA
    268bd0d View commit details
    Browse the repository at this point in the history