Skip to content

Commit

Permalink
Clarify that baseclass is not to be instantiated
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed May 22, 2024
1 parent 1c8df89 commit 5a861b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/qcodes/instrument_drivers/agilent/_Agilent_344xxA.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 5a861b5

Please sign in to comment.