11-15-2016 04:06 AM
We are using the NI VirtualBench in various applications using C and also LabView.
Can you give us some functions/pointers on how to measure various things e.g frequency from the MSO using the C API?
I have sucessfully got a printout to a graph of the results, but now need to analyse this data.
Your VirtualBench App reads everything perfectly, ps, well done on making such a useful product!
Cheers
11-15-2016 09:56 AM
The VirtualBench API itself doesn't expose any native waveform measurement functionality.
For LabVIEW, the waveforms from MSO Read can be used with the Waveform Measurements VIs. For C you may have to roll your own or find a library to perform the measurements you want.