diff --git a/src/qcodes/instrument_drivers/agilent/_Agilent_344xxA.py b/src/qcodes/instrument_drivers/agilent/_Agilent_344xxA.py index 5e618e2e9c89..bf7853563977 100644 --- a/src/qcodes/instrument_drivers/agilent/_Agilent_344xxA.py +++ b/src/qcodes/instrument_drivers/agilent/_Agilent_344xxA.py @@ -11,8 +11,9 @@ class Agilent344xxA(VisaInstrument): """ - This is the QCoDeS driver for the Agilent_34400A DMM Series, - tested with Agilent_34401A, Agilent_34410A, and Agilent_34411A. + This is the base class for QCoDeS driver for the Agilent 34400A DMM Series. + This class should not be instantiated directly but a specific sub model should + be used. Note that most models are better supported by the Keysight 33xxA drivers. """