Skip to content

Commit

Permalink
Merge pull request #168 from maij/fix_AWGMaxVal
Browse files Browse the repository at this point in the history
Fix typo: AWGMaxVa -> AWGMaxVal
  • Loading branch information
colinoflynn authored Feb 2, 2021
2 parents fe55ed4 + e5f002f commit 3b79245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picoscope/ps3000a.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class PS3000a(_PicoscopeBase):
# 10_5_0_28
# This issue was acknowledged in this thread
# http://www.picotech.com/support/topic13217.html
AWGMaxVa = 32767
AWGMaxVal = 32767
AWGMinVal = -32767

AWG_INDEX_MODES = {"Single": 0, "Dual": 1, "Quad": 2}
Expand Down

0 comments on commit 3b79245

Please sign in to comment.