Source code for qcodes_contrib_drivers.drivers.RohdeSchwarz.HMP4040

from .private.HMP import _RohdeSchwarzHMP


[docs] class RohdeSchwarzHMP4040(_RohdeSchwarzHMP): """ This is the qcodes driver for the Rohde & Schwarz HMP4040 Power Supply """ def __init__(self, name, address, **kwargs): super().__init__(name, address, model_no=4040, **kwargs)