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/ziuhfli #466

Merged
merged 18 commits into from
Mar 21, 2017
Merged

Commits on Jan 25, 2017

  1. feat: Add a driver for ZI UHF-LI

    First commit providing a driver with a working sweeper. Needs
    refactorising the sweeper into a MultiParameter
    WilliamHPNielsen committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    8fe801b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. fix: Change the sweep into a MultiParameter

    Change the sweep from a normal instrument method into a MultiParameter
    
    Breaking Changes: execute_sweep no longer exists. All sweep data goes
    through the Sweep parameter.
    WilliamHPNielsen committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    e4093aa View commit details
    Browse the repository at this point in the history
  2. fix: Tidy code

    Tidy code and remove whitespace
    WilliamHPNielsen committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    9a43451 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2017

  1. feat: Add example notebook

    Add an example notebook explaining how to use the sweeper.
    WilliamHPNielsen committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    6d061e0 View commit details
    Browse the repository at this point in the history
  2. fix: Correct multiple dict keys

    Correct the multiply-defined dict keys of the demodulator trigger.
    WilliamHPNielsen committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    6f3b395 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. updating ZIUHFLI.py on dummy setup

    Jana Darulová committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    744b54f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

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

    jana-d committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    4fa1490 View commit details
    Browse the repository at this point in the history
  3. testing"

    "
    jana-d committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    ceb59e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. feat: Add parameters

    Finish Sigout parameters and start adding scope parameters.
    jana-d committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    f175260 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. Intermediate commit

    To be cleaned later
    WilliamHPNielsen committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    1066df6 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2017

  1. feat: Add scope get function

    Add a get function to the scope multiparameter and document this in the
    notebook.
    WilliamHPNielsen committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    8b8a3c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. fix: Update setpoints with delay

    Update the scope setpoints with reference and delay values.
    WilliamHPNielsen committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    4646b21 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. fix: Adjust setpoints

    Adjust the setpoints of the scope to match the expectations of the loop.
    WilliamHPNielsen committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    0bcf3d8 View commit details
    Browse the repository at this point in the history
  2. fix: pep8

    Break lines and trim whitespace.
    WilliamHPNielsen committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    80410c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. fix: Add scope instance to instrument

    Add a scope instance to the __init__ of the instrument.
    jana-d committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    bd70ba2 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

  1. docs: Fix requested changes

    Add requested docs
    jana-d committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    94cc697 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

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