CADETProcess.dynamicEvents.Section.value

Contents

CADETProcess.dynamicEvents.Section.value#

Section.value(t)[source]#

Return value of parameter section at time t.

Parameters:
tfloat

Time at which function is evaluated.

Returns:
yfloat

Value of parameter state at time t.

Raises:
ValueError

If t is lower than start or larger than end of section time.