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

QphoX controller for a Radiall crygenic switch #400

Open
wants to merge 71 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
db76169
Copy libphox
Feb 23, 2024
ea6962b
Copy other QphoxCode
Feb 23, 2024
c2f3134
Main wrapper
Feb 23, 2024
59494ba
Readmes
Feb 23, 2024
ae65aba
Qphox license
Feb 23, 2024
12d3900
Fix imports
Feb 23, 2024
6258281
Ignore qphox data.
Feb 26, 2024
8bac49c
Docstrings
Feb 26, 2024
167705f
Fix position of several functions
Feb 27, 2024
351830f
Use 'RT' and 'CRYO' to select a switch model.
Mar 5, 2024
00b4c1e
Update docstring
Mar 5, 2024
0590f50
Merge remote-tracking branch 'origin/main' into CryoSwitchController
Mar 5, 2024
48423f9
Do not sync 'states.json'. Create an empty 'states.json' if it doesn'…
Mar 5, 2024
50993bb
Usage example
Mar 5, 2024
6bcefdf
Enable disconnecting from the switch controller
Mar 22, 2024
7873dcf
Copy libphox
Feb 23, 2024
fcc33f8
Copy other QphoxCode
Feb 23, 2024
eb9435e
Main wrapper
Feb 23, 2024
69cacda
Readmes
Feb 23, 2024
4f44b99
Qphox license
Feb 23, 2024
73ebe08
Fix imports
Feb 23, 2024
2f987e0
Ignore qphox data.
Feb 26, 2024
9aa486e
Docstrings
Feb 26, 2024
e1a87b3
Fix position of several functions
Feb 27, 2024
86c9e44
Use 'RT' and 'CRYO' to select a switch model.
Mar 5, 2024
9631ee9
Update docstring
Mar 5, 2024
a548131
Do not sync 'states.json'. Create an empty 'states.json' if it doesn'…
Mar 5, 2024
4bd0cda
Usage example
Mar 5, 2024
df940c1
Enable disconnecting from the switch controller
Mar 22, 2024
c3055b9
Merge branch 'CryoSwitchController' of https://github.com/FKMalina/Qc…
Mar 22, 2024
6a85ac0
Remaining docstrings
Mar 22, 2024
b32ddd7
Copy libphox
Feb 23, 2024
28e8fd4
Copy other QphoxCode
Feb 23, 2024
e2775c3
Main wrapper
Feb 23, 2024
1ba0aae
Readmes
Feb 23, 2024
a3d7efb
Qphox license
Feb 23, 2024
43fc128
Fix imports
Feb 23, 2024
0559d52
Ignore qphox data.
Feb 26, 2024
662eda2
Docstrings
Feb 26, 2024
984b283
Fix position of several functions
Feb 27, 2024
a0bf1e3
Use 'RT' and 'CRYO' to select a switch model.
Mar 5, 2024
e631fd2
Update docstring
Mar 5, 2024
4d3ed18
Do not sync 'states.json'. Create an empty 'states.json' if it doesn'…
Mar 5, 2024
e9a0815
Usage example
Mar 5, 2024
171bed9
Enable disconnecting from the switch controller
Mar 22, 2024
620aa09
Copy other QphoxCode
Feb 23, 2024
68e0eeb
Do not sync 'states.json'. Create an empty 'states.json' if it doesn'…
Mar 5, 2024
3db2749
Remaining docstrings
Mar 22, 2024
aa74f18
Merge branch 'CryoSwitchController' of https://github.com/FKMalina/Qc…
Apr 9, 2024
6724d8b
Fix the voltage limits.
FKMalina Apr 29, 2024
ab16eb2
Merge branch 'main' into FKMalina/CryoSwitchController
Apr 30, 2024
b9fe7db
Merge branch 'QCoDeS:main' into CryoSwitchController
FKMalina May 2, 2024
2d51403
Merge branch 'QCoDeS:main' into CryoSwitchController
FKMalina May 15, 2024
aefba17
Changed range of output_voltage, pulse_duration, OCP_value to match d…
cferrer-Q May 21, 2024
fab562a
Merge branch 'QCoDeS:main' into CryoSwitchController
FKMalina May 21, 2024
baed1bc
Merge branch 'main' into CryoSwitchController
FKMalina Jun 13, 2024
c14456c
Create states_empty.json file if not existant
waardenburgdma Aug 29, 2024
c28c732
Create FSV_3013.py
waardenburgdma Aug 29, 2024
2195e71
Merge branch 'QCoDeS:main' into CryoSwitchController
FKMalina Sep 9, 2024
824a0a6
Merge pull request #1 from QCoDeS/main
FKMalina Oct 21, 2024
21fac3f
Merge pull request #2 from FKMalina/main
FKMalina Oct 21, 2024
91c7dc4
Merge branch 'main' into CryoSwitchController
astafan8 Nov 11, 2024
a1a3f59
Add Rigol and Keithley driver classes
Dec 5, 2024
521c39f
Fix issue and automatically create constants and states json files
FKMalina Jan 8, 2025
d786ad1
Merge remote-tracking branch 'origin/main' into CryoSwitchController
FKMalina Jan 14, 2025
39fb9c8
Fix: Correct type annotations for optional parameters
FKMalina Jan 14, 2025
02fbf72
Fix: Correct type annotations for optional parameters
FKMalina Jan 14, 2025
87c8096
Add pyserial and imports
FKMalina Jan 14, 2025
7a092d4
Merge branch 'main' of https://github.com/FKMalina/Qcodes_contrib_dri…
FKMalina Jan 14, 2025
91130dc
Ignore missing pyserial stubs
FKMalina Jan 17, 2025
fdea907
Figuring out this stubs thing...
FKMalina Jan 17, 2025
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
Prev Previous commit
Next Next commit
Merge branch 'main' into CryoSwitchController
FKMalina authored Jun 13, 2024
commit baed1bcd27891d3c9b152c88cc7ac3b5f5fdf4fe

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.