User`s guide

Naming Conventions for X-axis Variables
If you choose the /X option the program does will create a variable of the form:
<name>x
for each Y-axis variable. <name> is the Y-axis variable name as described in the table above.
If you do not choose the /X option the program will create the following three variables:
Variable Description
<name>x0 the starting X value
<name>xi the linear X increment between points
<name>xl the log X increment between points
The variables <name>x0, <name>xi, and <name>xl can be used to calculate the X-axis data
as follows:
X = (Xlast + <name>xi) * <name>xl
where Xlast is the previous point’s X value and the X value for the first point is <name>x0.
Sharing Data Between Analyzers
SDFTOMX
4-49