Skip to content

Commit e3b6d99

Browse files
authored
Merge pull request #154 from abrasive/5x43D_awg
ps5000a AWG: add support for 5243/5443 D models
2 parents c0ea21c + 26cfb3c commit e3b6d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picoscope/ps5000a.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def _lowLevelOpenUnit(self, sn):
176176
self.AWGMaxVal = 32767
177177
self.AWGMinVal = -32768
178178
self.AWGMaxSamples = 49152
179-
elif self.model in ('5243B', '5443B'):
179+
elif self.model in ('5243B', '5443B', '5243D', '5443D'):
180180
self.AWGBufferAddressWidth = 15
181181
self.AWGMaxVal = 32767
182182
self.AWGMinVal = -32768

0 commit comments

Comments
 (0)