I'm trying to log an arbitrary waveform (one that is not time-based, e.g. x0 = -180, dx = 0.25) to a TDMS file. For some reason I can't figure out how to do this. It appears that I am only able to log time-based waveforms to a TDMS file. I tried to cast my x0 to a timestamp but it coerces negative values to a zero timestamp. I have all my data being displayed on waveform graphs perfectly fine with a x0, dx, Y cluster.
So, is there a way to log my waveform to TDMS without requiring any post-processing?