[docs]classSR865A(SR86x):""" QCoDeS driver for the Stanford Research Systems SR865A Lock-in Amplifier. The SR865A instrument is almost equal to the SR865, except for the max frequency """def__init__(self,name:str,address:str,reset:bool=False,**kwargs:"Unpack[VisaInstrumentKWArgs]",)->None:super().__init__(name,address,max_frequency=4e6,reset=reset,**kwargs)