The delta X value is in the original dynamic data type (DDT), but you throw it away when you convert DDT to an array of DBLs. Convert to a waveform data type (WDT) instead (use single waveform option on converter), and you will get the deltaX value in the dt field of the waveform.

Note that you can probably do most of your analysis and plotting with the waveform data type, so there is no real need to convert it to an array of doubles.
Message Edited by DFGray on 06-29-2007 08:36 AM
Message Edited by DFGray on 06-29-2007 08:38 AM