[docs]classKeysight34410A(Keysight344xxA):""" This is the qcodes driver for the Keysight 34410A Multimeter """def__init__(self,name:str,address:str,silent:bool=False,**kwargs:"Unpack[VisaInstrumentKWArgs]",):super().__init__(name,address,silent,**kwargs)