Skip to content

ActivityObject.get_outputs

ActivityObject.get_outputs(time_vector: List[float]) -> numpy.array

Returns output values for the time points in time_vector.

Parameters

time_vector: List[float]
Sequence of time points.

Return type

numpy.array

Return value

Activity output values for sequence of time points.