Jump to content

ToddW

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by ToddW

  1. It was helpful to learn how to use FDwfDeviceConfigOpen to change the allowable buffer sizes. I noticed with Waveforms that more than a buffer can be collected. Is there a way to do this through the Python API?
  2. That worked. It took a bit to figure out that dwf.FDwfDeviceConfigOpen replaced dwf.FDwfDeviceOpen to open the device originally. Thanks.
  3. I am writing python code and trying to get the max number of samples from the logic analyzer with a Discovery2. I set the value to 16384, but I only get 4096 valid samples followed by all 0's. I set the number of samples with dwf.FDwfDigitalInBufferSizeSet(self.device_handle, c_int(buffer_size)) I also use the record function from github. How do I get all 16384 samples with valid data?
×
×
  • Create New...