zhinst / zhinst-qcodes

QCoDeS drivers for Zurich Instruments devices
MIT License
9 stars 10 forks source link

Refactoring documentation does not work with latest version (0.3.4) #39

Open jenshnielsen opened 2 years ago

jenshnielsen commented 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
tobiasah commented 2 years ago

Yes you are absolutely right. We will update the documentation accordingly.