Jump to content
  • 0

Capturing Digital Data X amount of time passed the buffer


smcdaid

Question

Is there a way to capture Digital Inputs 40 ms after a trigger has occurred? I can do this in waveforms by setting the position out into some future number, but it seems in python I can only capture up to the number of samples I have set in the buffer, so I'm limited to my sampling rate * cSamples in time.. 

dwf.FDwfDigitalInTriggerSourceSet(hdwf, c_ubyte(11)) # T1

dwf.FDwfDigitalInBufferSizeSet(hdwf, c_int(cSamples))

dwf.FDwfDigitalInTriggerPositionSet(hdwf, c_int(cSamples)) 

 

Is there a way around this? 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...