DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Command: ChVXYValue

Display all  Hide all

Command: ChVXYValue

Specifies for an x/y-coordinate the point on a curve that corresponds to either the next value, the interpolated value, or a maximum or a minimum. You can specify the 3D data as a triplet or as a matrix.

ReturnValue = ChVXYValue(XW, Y, XSearchValue, YSearchValue, D2SearchMode)

Input Parameters

XW Specifies the data channel containing the x-values of the channel pair.
Y Specifies the data channel containing the y-values of the channel pair.
XSearchValue Specifies the x-value of the point which the condition refers to.
YSearchValue Specifies the y-value of the point which the condition refers to.
D2SearchMode Specifies a condition.

Return Parameters

ReturnValue The return value is a Variant variable type. Receives a two dimensional field. The field receives the x and y values of a channel pair which meet the given condition. .
Note  You can determine the associated row number using the ChnFindXYValue function.
Was this information helpful?