Skip to content

Commit

Permalink
Add backwards compat for DG1062
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Aug 23, 2022
1 parent 3b8c69c commit dae5151
Showing 1 changed file with 10 additions and 0 deletions.
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

0 comments on commit dae5151

Please sign in to comment.