Skip to content

Commit

Permalink
Add description to agilet drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Jul 25, 2022
1 parent 7f03040 commit c61340e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions qcodes/instrument_drivers/agilent/Agilent_34401A.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@


class Agilent34401A(_Agilent344xxA):
"""
This is the QCoDeS driver for the Agilent 34401A DMM.
"""
pass
3 changes: 3 additions & 0 deletions qcodes/instrument_drivers/agilent/Agilent_34410A.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@


class Agilent34410A(_Agilent344xxA):
"""
This is the QCoDeS driver for the Agilent 34410A DMM.
"""
pass
3 changes: 3 additions & 0 deletions qcodes/instrument_drivers/agilent/Agilent_34411A.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@


class Agilent34411A(_Agilent344xxA):
"""
This is the QCoDeS driver for the Agilent 34411A DMM.
"""
pass
2 changes: 1 addition & 1 deletion qcodes/instrument_drivers/agilent/Agilent_E8267C.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class AgilentE8267C(VisaInstrument):
"""
This is the code for Agilent E8267C Signal Generator.
This is the QCoDeS driver for the Agilent E8267C signal generator.
"""

def __init__(self, name: str, address: str, **kwargs: Any) -> None:
Expand Down

0 comments on commit c61340e

Please sign in to comment.