02-16-2024 01:17 AM
InstrumentStudio 2021 with PXIe-5105 has "Delta Time" measurement functionality
How can I use this functionality in Python or Labview?
There is no "Delta Time" scalar measurement
Solved! Go to Solution.
03-06-2024 01:47 PM
This functionality is not directly built into the NI-SCOPE driver API.
You may be looking for the Time Delay attribute? You can also compute this information via inspection of the raw waveform and subtracting the time between the points which crossed the mid reference level.