Skip to content

Commit

Permalink
Added Signal hound alpha driver
Browse files Browse the repository at this point in the history
Added "status" to the docstring of the two instrument drivers that are
added as discussed in issue #8
  • Loading branch information
AdriaanRol committed Jan 11, 2016
1 parent 12e9015 commit 15725f4
Show file tree
Hide file tree
Showing 2 changed files with 677 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qcodes/instrument_drivers/RS_SGS100A.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ class RS_SGS100A(VisaInstrument):
module.
This driver does not contain all commands available for the RS_SGS100A but
only the ones most commonly used.
Status: beta-version. Fully usable driver containing only the most
commonly used features of the RS source.
'''
def __init__(self, name, address):
super().__init__(name, address)
Expand Down
Loading

0 comments on commit 15725f4

Please sign in to comment.