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

Upgrade Rigol drivers to conform to our standard #4538

Merged
merged 15 commits into from
Sep 10, 2022
Prev Previous commit
Next Next commit
Add backwards compat for DG1062
  • Loading branch information
jenshnielsen committed Sep 10, 2022
commit b46038a5d974b28b0396a6abbc8339de46b6f653
10 changes: 10 additions & 0 deletions qcodes/instrument_drivers/rigol/DG1062.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
"""
Old alias for RigolDG1062 for backwards compatibility.
Will eventually be deprecated and removed.
"""

from .RigolDG1062 import RigolDG1062, RigolDG1062Burst, RigolDG1062Channel


class DG1062(RigolDG1062):
pass