[docs]classKeysight34411A(Keysight344xxA):""" This is the qcodes driver for the Keysight 34411A Multimeter """def__init__(self,name:str,address:str,silent:bool=False,**kwargs:"Unpack[VisaInstrumentKWArgs]",):super().__init__(name,address,silent,**kwargs)
@deprecated("Use Keysight34411A",category=QCoDeSDeprecationWarning)classKeysight_34411A(Keysight34411A):""" Alias for backwards compatibility. """