Skip to content

Commit

Permalink
Fixed Keithley2000 bug where measure was set as a control
Browse files Browse the repository at this point in the history
  • Loading branch information
cjermain committed Jul 31, 2016
1 parent 3b67714 commit 4cb5fa2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pymeasure/instruments/keithley/keithley2000.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@

class Keithley2000(Instrument):

measure = Instrument.control(
"measure", ":read?",
measure = Instrument.measurement(":read?",
""" Returns a measurement reading for the configured variable. """,
check_get_errors=True
)
Expand Down

0 comments on commit 4cb5fa2

Please sign in to comment.