I am using the ScopeWaveformInfo object returned from a call to FetchDouble when acquiring waveform data.
The ScopeWaveformInfo object contains timestamps such as AbsoluteInitialX which are in seconds.
I want to know how I can correlate this kind of timestamp to something like the host computer's system clock, or just something that relates to a real time (like January 23, 2019, 01:30:45.2323 GMT). as I understand it the AbsoluteInitialX time is just based on a running time stamp counter on the device.
Thanks