Loading lcd.py +1 −1 Original line number Diff line number Diff line Loading @@ -176,7 +176,7 @@ class LCDSpyDevice: self.digilent_device.sampleFormatSet(16) self.digilent_device.triggerPositionSet(-1) self.digilent_device.triggerSet(0, 0, 0, (1 << self.enable_channel)) self.digilent_device.triggerSet(0, 0, (1 << self.enable_channel), 0) self.digilent_device.configure(False, True) # Clear any data which might have been caputed previously self.get_data_raw() Loading Loading
lcd.py +1 −1 Original line number Diff line number Diff line Loading @@ -176,7 +176,7 @@ class LCDSpyDevice: self.digilent_device.sampleFormatSet(16) self.digilent_device.triggerPositionSet(-1) self.digilent_device.triggerSet(0, 0, 0, (1 << self.enable_channel)) self.digilent_device.triggerSet(0, 0, (1 << self.enable_channel), 0) self.digilent_device.configure(False, True) # Clear any data which might have been caputed previously self.get_data_raw() Loading