Source code for qcodes_contrib_drivers.drivers.RohdeSchwarz.HMC8043

from .private.HMC804x import _RohdeSchwarzHMC804x

[docs] class RohdeSchwarzHMC8043(_RohdeSchwarzHMC804x): """ This is the qcodes driver for the Rohde & Schwarz HMC8043 Power Supply """ def __init__(self, name, address, **kwargs): super().__init__(name, address, num_channels=3, **kwargs)