TimeFrame
Class representing a time frame for a simulation.
Attributes
start_time : datetime
-
The start time of the simulation.
end_time : datetime
-
The end time of the simulation.
time_step : timedelta
-
The time step of the simulation. Default is calculated as 1/1000 of the duration.
Back to top