05-03-2013 08:19 AM
I tried converting to an array and then indexing, but every index I try only gives me the y value. See attached VI for clarification on what I mean.
05-03-2013 01:00 PM
You will have to keep track of that yourself. You are sampling at 360kHz. This means that each sample is ~2.8us. You can easily get the time by taking that dt (2.8us) multiplied by the sample index and adding the time at which the first sample was taken.