Syntax and Commands
3-100 AFG3000 Series Arbitrary/Function Generators Reference Manual
TRACe|DATA[:DATA]:LINE (No Query Form)
This command writes line data to the edit memory. The data between the specified
points is interpolated linearly.
Group Trace
Syntax TRACe|DATA[:DATA]:LINE EMEMory,<start_point>,<point_data1>,
<end_point>,<point_data2>
Arguments <start_point>::=<NR1>
where <NR1> is the first point from which the data is interpolated linearly.
<point_data1>::=<NR1>
where <NR1> is the data value at the start point.
<end_point>::=<NR1>
where <NR1> is the last point from which the data is interpolated linearly.
<point_data2>::=<NR1>
where <NR1> is the data value at the end point.
Examples DATA:DATA:LINE EMEMory,1,2047,250,4094
sets a data value of 2047 for start point 1 and a data value of 4094 for end point 250,
and interpolates linearly between these two points in the edit memory.