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 QDevil QDAC 1 driver imported from Qcodes #196

Merged
merged 32 commits into from
Jan 18, 2023
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
c652965
feat: Make driver for the QDevil QDAC
Jun 24, 2019
977fb04
Fix: Fix bugs discovered by automatic review
Jun 24, 2019
67303a1
Fix: Remove trailing white space
Jun 24, 2019
9365a74
Fix: Remove more trailing whitespace and fix typo
Jun 24, 2019
d3e7924
Fix: Remove more trailing white space
Jun 24, 2019
b5ebd99
feat: Driver for the QDevil QDAC
Nov 19, 2019
54b2ea2
Rename of jupyter notebook and enhanced vals check in driver
Nov 19, 2019
776611e
Added "nbsphinx": { "execute": "never" } to notebook example, so th…
Nov 28, 2019
ca31575
style: Corrected various linting errors
Dec 2, 2019
c81a527
style: Removed blank line after QDacChannels docstring
Dec 2, 2019
f758a40
refactor: Update QDevil_QDAC driver and example notebook
Feb 10, 2020
1541d84
fix: delete a rogue space and shorten a too long line
Feb 11, 2020
268f8c7
fix: change keyword parameter to correct name when calling _update_ca…
Feb 21, 2020
38310ab
fix: safeguard potential division by zero in _load_state() . Remove TODO
Feb 28, 2020
66f4e39
pyupgrade qcodes/instrument_drivers/QDevil
basnijholt Sep 25, 2020
f60cebf
chane import visa to pyvisa visa
trevormorgan Oct 19, 2020
b4ec4fb
Qdac drivers: Don't check return from visa write
jenshnielsen Oct 23, 2020
409ba5e
Add types to QDevil Qdac
jenshnielsen Oct 23, 2020
a0bb021
Update qcodes/instrument_drivers/QDevil/QDevil_QDAC.py
jenshnielsen Oct 26, 2020
ee97549
explicit generics in qdev and qdevil drivers
jenshnielsen Nov 23, 2020
c8ca70a
fix formatting
jenshnielsen Nov 23, 2020
f790757
another line ending
jenshnielsen Nov 23, 2020
c12a5f9
namedtuple ensure that name matches variable name
jenshnielsen Jan 25, 2021
a0eca2b
rerun pyupgrade precomit hook
jenshnielsen May 21, 2021
b7c9e2f
replace locked List with tuple
jenshnielsen Jan 21, 2022
2a74cd3
Fix baud rate of QDevil QDAC to 460800
astafan8 Feb 15, 2022
d4c301f
[WIP] Parameter module
jenshnielsen Jun 9, 2022
36f5aab
move MultiChannelParameter to parameters module
jenshnielsen Jun 13, 2022
a6086f1
update vals imports in drivers
jenshnielsen Jun 22, 2022
02f20d9
QDac don't compare the string trigger to 0 this will always be false
jenshnielsen Aug 12, 2022
972bd44
qdac fix potentially incorrect imports
jenshnielsen Dec 23, 2022
74c72bb
update reference to point to qcodes
jenshnielsen Jan 16, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading