:WAVeform:YFORmat:XINCrement?
Instrument:
N1000A
DCA-M
Meas. mode:
Scope
Eye
Flex Apps:
FlexDCA
FlexRT
Query Syntax
:WAVeform:YFORmat:XINCrement?
Description
Returns the time increment value used to determine the time of each data points of Y-formatted data. Y-formatted data is returned using any of the following queries:
:WAVeform:YFORmat:DOUBle:YDATa?
(64-bit floating point values).:WAVeform:YFORmat:FLOat:YDATa?
(32-bit floating point values).:WAVeform:YFORmat:WORD:YDATa?
(16-bit integer values).
The time at any data point:
Xtime = (Xdata)(Xincrement) + (Xorigin)
where the data point index starts at zero: 0, 1, 2, …, n−1. The first data point for the time must be zero (0) so that the time of the first data point equals the Xorigin. Query the Xorigin using :WAVeform:YFORmat:XORigin?