[docs]classKeysight34465A(Keysight344xxA):""" This is the qcodes driver for the Keysight 34465A 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_34465A(Keysight34465A):""" Alias for backwards compatibility. """