pytvx.TvfCut

class pytvx.TvfCut(values: Iterable[Union[float, Tvf, PyTvf]], cut_times: Iterable[float], cut_base_time: Optional[pytvx.PyTvf] = None)[source]

Bases: pytvx.PyTvf

Methods

indent_repr

Attributes

cut_times

values

__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