Skip to content

Commit

Permalink
Keysight dmm get -> get_raw (microsoft#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen authored Mar 20, 2018
1 parent 9409098 commit 1ff0a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcodes/instrument_drivers/Keysight/Keysight_34465A.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def prepare(self):

self.properly_prepared = True

def get(self):
def get_raw(self):

if not self.properly_prepared:
raise ValueError('ArrayMeasurement not properly_prepared. '
Expand Down

0 comments on commit 1ff0a97

Please sign in to comment.