Skip to content

Commit

Permalink
ps5000a AWG: add support for 5243/5443 D models
Browse files Browse the repository at this point in the history
Otherwise, the observed output signal is too small, and has an offset.
  • Loading branch information
abrasive committed Dec 2, 2019
1 parent c0ea21c commit 26cfb3c
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 26cfb3c

Please sign in to comment.