Skip to content

Commit

Permalink
Merge pull request #154 from abrasive/5x43D_awg
Browse files Browse the repository at this point in the history
ps5000a AWG: add support for 5243/5443 D models
  • Loading branch information
hmaarrfk authored Dec 2, 2019
2 parents c0ea21c + 26cfb3c commit e3b6d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picoscope/ps5000a.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def _lowLevelOpenUnit(self, sn):
self.AWGMaxVal = 32767
self.AWGMinVal = -32768
self.AWGMaxSamples = 49152
elif self.model in ('5243B', '5443B'):
elif self.model in ('5243B', '5443B', '5243D', '5443D'):
self.AWGBufferAddressWidth = 15
self.AWGMaxVal = 32767
self.AWGMinVal = -32768
Expand Down

0 comments on commit e3b6d99

Please sign in to comment.