pytvx.TvfMax

class pytvx.TvfMax(tvf_operands: Iterable[Union[float, Tvf, PyTvf]])[source]

Bases: pytvx.PyTvf

A PyTvf that whose value at any given time is the maximum of the values of a collection of other PyTvf instances at that time.

Parameters

tvf_operands – The values to be summed up.

Methods

indent_repr

__call__(t: float) float[source]

Compute the floating point value of this object at a given time.

Parameters

t – The time at which to evaluate.

Returns

The value at time t.

Return type

float