Output Y value at a given X for all data plots in all layers of graph
1. gxy2w x:=10;
2. gxy2w x:=20 igp:=graph1 bname:=ExtractValues xname:=Length xunits:=mm;
3. gxy2w x:=20 n1:=1 n2:=0;
Please refer to the page for additional option switches when accessing the x-function from script
Input
double
Specifies an X value. Then, the Y values that correspond to this X value will be picked up and added to the worksheet.
GraphPage
Specifies the graph to be manipulated.
string
Specifies the name for the workbook, which will be used to place the Y values. The default value is "points".
int
Specifies the first layer to be manipulated. The default is 1, which corresponds to the first layer in the graph.
Specifies the last layer to be manipulated. By default, this variable is set to 0, which corresponds to the last layer.
Specifies the long name of the X column in the workbook.
Specifies the unit of the X column in the workbook.
This X-Function can be used to read Y values that correspond to a specified X value on a graph. The result will be arranged in a workbook.
plotpClamp
Keywords:find y