pytvx.PyTvf

class pytvx.PyTvf[source]

Bases: pytvx.PyTvx

A Time-Varying Floating point (Tvf) value. This is alpha value that can be turned into alpha float whenever needed, but whose value as alpha float depends on the global time at which it is evaluated.

All of the standard operators are available between Tvf’s and other Tvf’s or floating point values.

For details and examples, see tvx: An Introduction.

Methods

indent_repr

abstract __call__(t: 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