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