simonzihlmann
simonzihlmann
There is a jupyter notebook in the zip file. I also post the code below. [testing_qcodes_setpoints.zip](https://github.com/QCoDeS/Qcodes/files/6974378/testing_qcodes_setpoints.zip) ``` import qcodes as qc import numpy as np from qcodes.utils.dataset.doNd import do0d, do1d,...
Thanks @jenshnielsen for the rapid response. But I am not sure if I fully understand correctly. Is it a general limitation that one can only measure parameters with the same...
The command `PSwitch:INSTalled?`, returning 0 or 1, should do the job I guess. See page 137 of the manual here: http://www.americanmagnetics.com/support/manuals/mn-430.pdf Then adding an if-statement on line 260 in https://github.com/QCoDeS/Qcodes/blob/master/qcodes/instrument_drivers/american_magnetics/AMI430.py...
@jenshnielsen @astafan8 could you please have a look at the changes? Thanks!
> @simonzihlmann @fragnolm could you first merge the latest main to the branch that you're submitting and resolve the merge conflicts? Otherwise the PR looks good. Thanks @astafan8. Unfortunately, fragnolm...