VectorMarkRange('Vector','PositionFrom','PositionTo')

Arguments

'Vector'

Vector with input signals

'PositionFrom'

Start of the range to be selected

'PositionTo'

End of the range to be selected

Description

This function returns a partial vector of 'Vector' with a zone width from 'PositionFrom' (lower edge) to 'PositionTo' (upper edge).

The positions must be indicated in units of the Y-axis. The positions can be both fixed values and signals or expressions and thus be dependent on the data loaded.

The expressions for defining the positions should be constant over time and not change for data loaded once. If this is not the case, the position values will be averaged over the overall period.