EPEsoAnnualPeriods class

class eprun.eprun.EPEsoAnnualPeriods[source]

A class for the annual time periods recorded in a EPEsoSimulationEnviroment instance.

property calendar_years_of_simulation

The ‘calendar year of simulation’ for the annual periods.

Return type

tuple

get_end_times()[source]

Returns the end times for the annual periods.

Returns

A tuple of datetime.datetime instances

Return type

tuple

get_start_times()[source]

Returns the start times for the annual periods.

Returns

A tuple of datetime.datetime instances

Return type

tuple