I am trying to convert Veristand's Waveform Streaming example to Python for learning purpose.
Below is where I am getting stuck
It is a VI known as Register for Waveform Data Events (DBL).vi in Veristand's Waveform Streaming example
As you can see, Reg Event Callback is used with event structure to perform data collection with the reference being retrieve from the dll.
Can anyone suggest, how this Event Register can be implemented in Python?
Currently I am using Pythonet to call all the veristand dll. Input or examples on the implementation are highly appreciated 🙂