Loading lcd.py +1 −1 Original line number Diff line number Diff line Loading @@ -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)) Loading Loading
lcd.py +1 −1 Original line number Diff line number Diff line Loading @@ -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)) Loading