Source code for qcodes_contrib_drivers.drivers.RohdeSchwarz.HMP2020
from .private.HMP import _RohdeSchwarzHMP
[docs]
class RohdeSchwarzHMP4040(_RohdeSchwarzHMP):
"""
This is the qcodes driver for the Rohde & Schwarz HMP2020 Power Supply
"""
def __init__(self, name, address, **kwargs):
super().__init__(name, address, model_no=2020, **kwargs)