Command: ChVXYValue
- Updated2024-09-12
- 2 minute(s) read
Command: ChVXYValue
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.
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. |
![]() |
Specifies the x-value of the point which the condition refers to. |
![]() |
Specifies the y-value of the point which the condition refers to. |
![]() |
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. |