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

bug: RTO1000 series example contains typo in import statement. #850

Closed
AdriaanRol opened this issue Nov 5, 2017 · 0 comments
Closed

bug: RTO1000 series example contains typo in import statement. #850

AdriaanRol opened this issue Nov 5, 2017 · 0 comments

Comments

@AdriaanRol
Copy link
Contributor

I just tried out the RTO1000 series example notebook.
Qcodes/docs/examples/driver_examples/Qcodes example with Rohde Schwarz RTO 1000 series Oscilloscope.ipynb.

There is a typo in cell 1:

%matplotlib notebook
import matplotlib.pyplot as plt
import qcodes as qc

from qcodes.instrument_drivers.rohde_schwarz.RTO1024 import RTO1000

The import should be from
from qcodes.instrument_drivers.rohde_schwarz.RTO*1000* import RTO1000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant