XCutRange

XCutRange('Expression','From','To')

Arguments

'Expression'

Signal or expression from which to cut out a part

'From'

Start of the selected range in seconds or meters

'To'

End of the selected range in seconds or meters

Description

You can use this function to cut out a part of a curve. The 'From' and 'To' parameters define the beginning and end of the segment to be cut out.

The cut out part is moved to the beginning of a separate graph. However, since the X-axis (time or length) remains unchanged, the correct time or length reference of the signal is no longer given.

You can use the function for time based signals ('From' and 'To' in seconds) as well as for length based signals ('From' and 'To' in meters).

XCutValid

XCutValid('Expression','Valid')

Arguments

'Expression'

Signal or expression from which to cut out a part

'Valid'

Binary signal that describes the selected range

Description

This function cuts out all the samples of a signal trend 'Expression' depending on a 'Valid' condition if this condition supplies the value TRUE. The 'Valid' parameter is a Boolean expression. This can be a digital signal, the result of a comparative operation, or any other binary expression. Samples for which the condition is FALSE are not used.

The cut out parts are placed, one after another, at the beginning of a new graph.

You can use the function for time based signals as well as for length based signals.