Open jenshnielsen opened 2 years ago
The example here https://docs.zhinst.com/zhinst-qcodes/en/latest/refactoring/index.html seems out of date since
from zhinst.qcodes import Session
results in an ImportError.
I guess the code should read
from zhinst.qcodes import ZISession
Yes you are absolutely right. We will update the documentation accordingly.
The example here https://docs.zhinst.com/zhinst-qcodes/en/latest/refactoring/index.html seems out of date since
results in an ImportError.
I guess the code should read