
Contents |
Shift the x values of the active curve with different mode
cxt 1 10; // shift the plot 1 to right by 10
cxt 1 10 4; // shift the peak of the curve to 10
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Curve to Translate | iy |
Input/Output XYRange | | Curve to Translate |
| Shift Value depending on Mode | val |
Input double | | Specify the shift value |
| X Data Shifting Mode | mode |
Input int | | Mode to shift X
Option list:
|
| Actual X Shift Amount | odx |
Output double | | Output actual X shift amount |
Shift curve in X direction according to the different modes