Skip to content

Commit 3b79245

Browse files
authored
Merge pull request #168 from maij/fix_AWGMaxVal
Fix typo: AWGMaxVa -> AWGMaxVal
2 parents fe55ed4 + e5f002f commit 3b79245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picoscope/ps3000a.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class PS3000a(_PicoscopeBase):
120120
# 10_5_0_28
121121
# This issue was acknowledged in this thread
122122
# http://www.picotech.com/support/topic13217.html
123-
AWGMaxVa = 32767
123+
AWGMaxVal = 32767
124124
AWGMinVal = -32767
125125

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

0 commit comments

Comments
 (0)