time

property Powertrain.time: list[Time]

List of the simulated time steps.

During computation, the solver appends a simulated time step to this list at each iteration.

Every element of this list must be an instance of Time.

Returns

list

The list of the simulated time steps.

See Also

Solver.run()