The following illustration shows the functions shift left (red) and shift right (green).
Arguments
|
'Expression' |
Signal or expression to be moved |
|
'Distance' |
Distance in seconds or meters for length-related signals |
You can use the functions for time based signals ('Distance' in seconds) as well as for length based signals ('Distance' in meters).
Shl
Shl('Expression','Distance')
This operation returns a signal curve which is shifted by 'Distance' to the left on the X-axis compared to the original signal. Otherwise, the signal remains unchanged.
Shr
Shr('Expression','Distance')
This operation returns a signal curve which is shifted by 'Distance' to the right on the X-axis compared to the original signal. Otherwise, the signal remains unchanged.
