-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4759: Add ability to get parameter after set to dond r=jenshnielsen a=jenshnielsen For some instruments it may be a good idea to get the value after setting it and store that in the dataset rather than relying on the instrument being able to set the exact value. This implements that by extending the Sweeps classes with a boolean. This could be extended to read a flag from the parameter giving the parameter a trait to indicate if it has been set This is also a small step towards fixing #4695 since it will become possible to get the value of a parameter that one sets To make this easier to demonstrate ManualParameters have been improved to log using the instrument logger TODO - [x] Documentation (examples + docstrings) - [x] Tests - [x] release notes 4779: Keithley calibration: adjust calibration date before saving new calibration r=jenshnielsen a=michieldemoor When running the calibrate_keithley_smu_v method to calibrate a Keithley SMU, as documented [here](https://qcodes.github.io/Qcodes/examples/driver_examples/Qcodes%20example%20with%20Keithley%202600.html#Recalibration), the calibration gives the following error: ERROR CODE: 5029 SMU A: Cannot save without changing cal adjustment date SMU B: Cannot save without changing cal adjustment date This PR addresses this error by changing the calibration adjustment date before saving the new calibration. Co-authored-by: Jens H. Nielsen <[email protected]> Co-authored-by: mdemoor <[email protected]> Co-authored-by: Mikhail Astafev <[email protected]>
- Loading branch information
Showing
10 changed files
with
653 additions
and
2,776 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The sweeps used by doNd has gained the ability to perform a get call after setting the parameter and storing | ||
that value in the dataset rather than the value set. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Keithley calibration: adjust calibration date before saving new calibration |
3,226 changes: 457 additions & 2,769 deletions
3,226
..._functions_in_comparison_to_Measurement_context_manager_for_performing_measurements.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters