Jump to content

rbt

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by rbt

  1. Although you gave a Python example I was able to translate to C++. Thanks @attila, that works for me
  2. I've searched the forum and looked at SDK examples in C but could not find a method to trigger a single capture of the high speed 32-bit digital inputs of the Digital Discovery 2. I don't need to trigger on a transition, but rather, would like to have a function to immediately perform trigger each time the function is called. I only need one 32-bit sample as a return from the function and would rather not have to sort through a recorded capture buffer. I've attempted this using the record function calls but have had execution exceptions probably due to indexing too far into a buffer. @attila Do you have an example C program doing this making use of the SDK API?
×
×
  • Create New...