Commit f65410fa authored by Marek Vrbka's avatar Marek Vrbka
Browse files

Update lcd.py

parent 052488d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -176,7 +176,7 @@ class LCDSpyDevice:
        self.digilent_device.sampleFormatSet(16)
        self.digilent_device.sampleFormatSet(16)
        self.digilent_device.triggerPositionSet(-1)
        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)
        self.digilent_device.configure(False, True)
        # Clear any data which might have been caputed previously
        # Clear any data which might have been caputed previously
        self.get_data_raw()
        self.get_data_raw()