
Contents |
Get data markers in data plot
X-Function not designed for Auto GetN Dialog.
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Input | iy |
Input XYRange | | Specify the input data range to get the markers. |
| Beginning indices | ob |
Input/Output vector | | Specify the beginning indices of the data markers. The index is zero-based offset. |
| Ending indices | oe |
Input/Output vector | | Specify the ending indices of the data markers. The index is zero-based offset. |
| Sort by beginning indices | sort |
Input int | | When the Mode is set to get markers, this variable is used to specify whether to sort the output by beginning indices ascendingly.
Option list:
|
| Mode | mode |
Input int | | This variable is used to set the operation mode, get markers or add markers.
Option list:
|
This X-Function is used to get or add data markers in data plot. The beginning and ending indices of the markers are stored in two vector variables separately. The values in the vectors with the same vector index means a set of marker. When getting data markers, it allows to sort the output by the beginning indices ascendingly.