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

Update lcd.py

parent f6a23fb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@ class LCDSpyDevice:
        self.digilent_device.acquisitionModeSet(self.digilent_device.ACQMODE.RECORD)
        self.digilent_device.dividerSet(-1)
        self.digilent_device.sampleFormatSet(16)
        self.digilent_device.triggerPositionSet(100)
        self.digilent_device.triggerPositionSet(1000)
        # Note, this is accessing the raw API since the class library lacks it
        hdwf = self.digilent_device.hdwf
        dwf.dwfdll.FDwfDigitalInTriggerResetSet(hdwf, c_int(0), c_int(0), c_int(1 << self.enable_channel), c_int(0))