-
Notifications
You must be signed in to change notification settings - Fork 315
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
feat: Add a Keysight_34465A driver #511
feat: Add a Keysight_34465A driver #511
Commits on Jan 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4752053 - Browse repository at this point
Copy the full SHA 4752053View commit details
Commits on Feb 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0c4eff6 - Browse repository at this point
Copy the full SHA 0c4eff6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 981d50e - Browse repository at this point
Copy the full SHA 981d50eView commit details
Commits on Mar 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d6f29a5 - Browse repository at this point
Copy the full SHA d6f29a5View commit details
Commits on Mar 7, 2017
-
feat: Add a Keysight_34465A driver
Add a first file for a driver for the Keysight 34465A DMM and a benchmarking notebook
Configuration menu - View commit details
-
Copy full SHA for c22cb8b - Browse repository at this point
Copy the full SHA c22cb8bView commit details -
Multiparameter fixes (microsoft#512)
* Fix: Partial fix for microsoft#499 propagate units to subarray * Fix: This is a setpoint array by definition * fix: test_loop rename setpoint arrays * fix: test_measure rename setpoint arrays * Fix: Add setpoint_units to Array and Multiparameter * Fix: add handling of setpoint units to loops * Add test for multiparameter units setpoint_units * Remove assert * Add setpoint_units to meta_arrr so its correctly shapshoted * Fix: remove unused variable
Configuration menu - View commit details
-
Copy full SHA for b5da731 - Browse repository at this point
Copy the full SHA b5da731View commit details
Commits on Mar 8, 2017
-
Add DataSet spec (microsoft#476)
* Initial draft of the DataSet spec * Updated based on feedback * More feedback Removed API reference to QCoDeS Parameters, allowed addition of parameters with value arrays, dropped "optional", added min_count and min_wait to subscriptions, and some RST cleanup. * Added unique identifier Added a name parameter to the constructor and an id attribute that returns a unique identifier for the DAtaSet, suitable for use as a reference. * Id field should be part of the metadata Specified that the identifier should be automatically stored in the DataSet's metadata. * Nearly-final draft Removed persistence, added more metadata details, added utilitiy function section
Configuration menu - View commit details
-
Copy full SHA for 48d663a - Browse repository at this point
Copy the full SHA 48d663aView commit details
Commits on Mar 9, 2017
-
feat: Add basic driver for Keithley 2400 (microsoft#488)
clean-up of PR microsoft#235. I suspect buggy behaviour but have not tested the driver.
Configuration menu - View commit details
-
Copy full SHA for 0e3ad1b - Browse repository at this point
Copy the full SHA 0e3ad1bView commit details
Commits on Mar 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4651e11 - Browse repository at this point
Copy the full SHA 4651e11View commit details
Commits on Mar 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 50c46c7 - Browse repository at this point
Copy the full SHA 50c46c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0a6776 - Browse repository at this point
Copy the full SHA e0a6776View commit details
Commits on Mar 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d8ff392 - Browse repository at this point
Copy the full SHA d8ff392View commit details
Commits on Mar 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for eb9ad30 - Browse repository at this point
Copy the full SHA eb9ad30View commit details
Commits on Mar 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 177f820 - Browse repository at this point
Copy the full SHA 177f820View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac89a71 - Browse repository at this point
Copy the full SHA ac89a71View commit details
Commits on Mar 20, 2017
-
feat: Make currents optionally queried on startup
Make it possible to not query the currents on startup. Also, do NOT set the voltage range during init, since this could cause voltages to jump.
Configuration menu - View commit details
-
Copy full SHA for 2e2cb46 - Browse repository at this point
Copy the full SHA 2e2cb46View commit details -
fix: Unassign function generators correctly
Make channels be always bound to a unique function generator.
Configuration menu - View commit details
-
Copy full SHA for 53e1e35 - Browse repository at this point
Copy the full SHA 53e1e35View commit details
Commits on Mar 21, 2017
-
fix: Add unit to voltage ramp slope
Add a unit to voltage ramp slope.
Configuration menu - View commit details
-
Copy full SHA for e59990d - Browse repository at this point
Copy the full SHA e59990dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cf5190 - Browse repository at this point
Copy the full SHA 8cf5190View commit details -
driver: HP 83650A (microsoft#516)
* add driver for HP-83650A * autopep * remove doc * some fixes from PR comments * rename units to unit * fix all pull request review comments * autopep8 * fix changes made in (e1d9ece) * change units to unit in print methods * remove __name__ from debug
Configuration menu - View commit details
-
Copy full SHA for e0b0fa7 - Browse repository at this point
Copy the full SHA e0b0fa7View commit details -
driver: ziuhfli (microsoft#466)
* feat: Add a driver for ZI UHF-LI First commit providing a driver with a working sweeper. Needs refactorising the sweeper into a MultiParameter * 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. * fix: Tidy code Tidy code and remove whitespace * feat: Add example notebook Add an example notebook explaining how to use the sweeper. * fix: Correct multiple dict keys Correct the multiply-defined dict keys of the demodulator trigger. * updating ZIUHFLI.py on dummy setup * intermediate commit * testing" " * feat: Add parameters Finish Sigout parameters and start adding scope parameters. * Intermediate commit To be cleaned later * feat: Add scope get function Add a get function to the scope multiparameter and document this in the notebook. * fix: Update setpoints with delay Update the scope setpoints with reference and delay values. * fix: Adjust setpoints Adjust the setpoints of the scope to match the expectations of the loop. * fix: pep8 Break lines and trim whitespace. * fix: Add scope instance to instrument Add a scope instance to the __init__ of the instrument. * docs: Fix requested changes Add requested docs
Configuration menu - View commit details
-
Copy full SHA for 628fe73 - Browse repository at this point
Copy the full SHA 628fe73View commit details
Commits on Mar 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4f4353b - Browse repository at this point
Copy the full SHA 4f4353bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5ff2d0 - Browse repository at this point
Copy the full SHA c5ff2d0View commit details
Commits on Mar 23, 2017
-
driver: Keysight 33500B (microsoft#535)
* feat: Add a driver for Keysight 33500B Add a driver and a notebook. * feat: Add phase parameter Add a parameter controlling the output phase
Configuration menu - View commit details
-
Copy full SHA for e11da32 - Browse repository at this point
Copy the full SHA e11da32View commit details -
Configuration menu - View commit details
-
Copy full SHA for b10974e - Browse repository at this point
Copy the full SHA b10974eView commit details -
Adds clock_source and ref_source parameters Also added a change to the get parser of the lowpass filter setting. The value 9.9e37 corresponds to infinity but can give problems when sending it over a port (such as to pyqtgraph).
Configuration menu - View commit details
-
Copy full SHA for 7ddd6b9 - Browse repository at this point
Copy the full SHA 7ddd6b9View commit details
Commits on Mar 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2cded75 - Browse repository at this point
Copy the full SHA 2cded75View commit details
Commits on Mar 28, 2017
-
Merge pull request microsoft#538 from DiCarloLab-Delft/AWG_enhancements
Awg enhancements
Configuration menu - View commit details
-
Copy full SHA for e1243c7 - Browse repository at this point
Copy the full SHA e1243c7View commit details
Commits on Mar 29, 2017
-
Feature/remove multi processing (microsoft#510)
* remove metaclass * first step in removing the metaclass * fix: Remove background * fix: remove alt-docs about monitor * remove signal queue * fix: More backgroudn removal * remove data_manager stuff * feature: Remove tests, yolo * feature: Rremove more mocks * finally eradicate mp * remove Widgets * chore: Remove benchmarking and reloading Benchmarking should go if anything to its own repo reloading is dangerous, and it can trick many new users. * chore: Add todo * chore: Use py.test move faster without reinventing the wheel at all times * fix: Remove nested attrs as unused * Fix remove try/Interrupt, missing variable imax * fix: Remove trailing number from test name * fix: Use unit * chore: Update documentation * fix: Remove toymodel, and simlify examples * docs: Remove more MP from docs * chore: Remove untested example adaptive sweep * docs: Update docs * fix: remove mp from config * fix: Remove server references * chore: Add todo * fix: Remove server and metaclass * add stuff * fix: use right default for _instances * bugs * feature: add more tests * Remove find_component * fix vim typo * fix: Remove array getter * fix: remove timing * feature: Allow for legacy code to run This allows for no exception but just a warning. The deprecated argument is ignored.
Configuration menu - View commit details
-
Copy full SHA for 0249f8b - Browse repository at this point
Copy the full SHA 0249f8bView commit details -
Fix: zi ensure single trigger mode is always set (microsoft#539)
* Fix: zi ensure single trigger mode is always set This get reset when enabling the read * fix move trigger mode setting to where it belongs * Fix: zi reuse scope and handle errors by retrying * Fix: typo
Configuration menu - View commit details
-
Copy full SHA for bbe0d98 - Browse repository at this point
Copy the full SHA bbe0d98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d99da3 - Browse repository at this point
Copy the full SHA 4d99da3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdda418 - Browse repository at this point
Copy the full SHA cdda418View commit details -
Merge pull request microsoft#548 from jenshnielsen/keysight_init
Keysight add missing init file
Configuration menu - View commit details
-
Copy full SHA for a957e51 - Browse repository at this point
Copy the full SHA a957e51View commit details
Commits on Mar 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 45c389f - Browse repository at this point
Copy the full SHA 45c389fView commit details -
Merge pull request microsoft#547 from jenshnielsen/zi_clear_history
ZI: clear history when reusing scope
Configuration menu - View commit details
-
Copy full SHA for b44ceae - Browse repository at this point
Copy the full SHA b44ceaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86d58e3 - Browse repository at this point
Copy the full SHA 86d58e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfa54bf - Browse repository at this point
Copy the full SHA dfa54bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c9e197 - Browse repository at this point
Copy the full SHA 2c9e197View commit details -
Merge pull request microsoft#550 from jenshnielsen/zi_fixes
[WIP] Zi fixes
Configuration menu - View commit details
-
Copy full SHA for d5f413f - Browse repository at this point
Copy the full SHA d5f413fView commit details -
Fix: add a phase parameter to keysight 33500b (microsoft#551)
We need the phase parameter for fast charge diagrams
Configuration menu - View commit details
-
Copy full SHA for dce438b - Browse repository at this point
Copy the full SHA dce438bView commit details
Commits on Mar 31, 2017
-
feat: Add a Keysight_34465A driver
Add a first file for a driver for the Keysight 34465A DMM and a benchmarking notebook
Configuration menu - View commit details
-
Copy full SHA for db37ab2 - Browse repository at this point
Copy the full SHA db37ab2View commit details -
Add trigger parameters to driver
Add four trigger parameters to the driver.
Configuration menu - View commit details
-
Copy full SHA for 55a719f - Browse repository at this point
Copy the full SHA 55a719fView commit details -
refactor: Remove 'READ?' as volt get_cmd
Make a more general get_cmd for the volt parameter. Using simply 'READ?' is wrong in many cases.
Configuration menu - View commit details
-
Copy full SHA for e5d7ea1 - Browse repository at this point
Copy the full SHA e5d7ea1View commit details -
Add four parameters for sampling.
Configuration menu - View commit details
-
Copy full SHA for 7808547 - Browse repository at this point
Copy the full SHA 7808547View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b0add - Browse repository at this point
Copy the full SHA 51b0addView commit details -
Configuration menu - View commit details
-
Copy full SHA for abf2ed5 - Browse repository at this point
Copy the full SHA abf2ed5View commit details
Commits on Apr 3, 2017
-
Merge branch 'driver/keidmm' of https://github.com/WilliamHPNielsen/Q…
…codes into driver/keidmm
Configuration menu - View commit details
-
Copy full SHA for 3529def - Browse repository at this point
Copy the full SHA 3529defView commit details