If I acquire a waveform using a function such as FetchDouble. how can I use the returned AnalogWaveform object's WaveformTiming object to get a timestamp such as "StartTime"?
For instance, when I try to access StartTime was such:
mywaveform.Timing.StartTime.Ticks I get an error of "The waveform timing does not have a time stamp."
How can I make it have a time stamp?
I know I can also inspect the returned ScopeWaveformInfo object, but I am wondering how to make the WaveformTiming object contain timestamp info.
Thanks