hotstepper.Steps.__lt__

Steps.__lt__(other)

Less than boolean comparison. Returns a new Steps object where the cummulative steps function is < to the filter parameter.

Parameters

other (int, float, Step, Steps) – The value or steps object to compare the values of this steps object with. If the filter parameter is a different length to the steps object, the filter parameter will be broadcast across the steps and where the condition is true, the values will be returned.

Returns

Return type

Steps