Michael Jones
unread,May 4, 2012, 1:11:17 PM5/4/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ia...@googlegroups.com
Hi Joe,
Admittedly, I've never used the IadsDataFileInterface myself, but looking at the code it looks like if you request a sample from an 'arbitrary' time you will get the last known good value (LGV) from the preceding 'real' time value.
On the ReadData call, you can get the 'real' time of the data sample by examining the corresponding TimeArray value for each DataArray value.
Another way of phrasing it might be to think of the input time to the function as simply a suggestion (ditto for RequestedPoints) whereas the TimeArray (and ActualPoints) contain the definitive answer to your request.
I hope I got that right, if I didn't, one of the interface developers will likely catch it before the end of the day.