Min

Min('Expression')

Description

This function returns the minimum value of the 'Expression' signal. The result is displayed as a constant value (horizontal line) in the graph.

Min2

Min2('Expression1','Expression2',…)

Description

This function returns the minimum of all specified signals, 'Expression1', 'Expression2' etc. All signals are compared measured value by measured value, with the smaller value in each case being presented as the result.

MinInTime

MinInTime('Expression','Interval')

Arguments

'Expression'

Signal or expression for which to form the minimum

'Interval'

Length of the interval over which to calculate the minimum

Description

This function returns the minimum value of 'Expression' within each interval of the length 'Interval'. You can use this function for time based signals ('Interval' in seconds) as well as for length based signals ('Interval' in meters).

MinValid

MinValid('Expression','Valid')

Arguments

'Expression'

Signal or expression for which to form the minimum

'Valid'

Control signal

Description

This operation returns the minimum of 'Expression' for the interval (time or length) where a related control signal is TRUE.

MMin

MMin('Expression','Interval')

Arguments

'Expression'

Signal or expression for which to form the minimum

'Interval'

Length of the interval over which to calculate the minimum

Description

This function returns the minimum of 'Expression' within a floating X-axis interval of the length 'interval', advancing by one measuring point in each case.