Skip to content

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

@AdriaanRol

Description

@AdriaanRol

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions