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