I'm working on a DataPlugin (LabVIEW) for a custom file format that cannot be changed.
The custom file is in X/Y binary format, where the delta T between each X point isn't constant. If I was in LabVIEW world I'd just bundle these together and dump them into an XY Graph.
I've looked through the SDK documentation, examples, and internet searches and I'm not coming up with a great way to handle this in the DataPlugin. It seems like everything is expecting Waveform data of some sort (T0, dt).
Any suggestions, reading, or examples on how to handle this would be appreciated.