ambulance.Ambulance.calculate_battery_reduction_idling#
- static Ambulance.calculate_battery_reduction_idling(idle_time: float, SIMULATION_PARAMETERS: dict[str, Any]) float#
 Calculates the battery reduction during idling.
- Parameters:
 idle_time (float) – The idle/stationary time of the ambulance.
SIMULATION_PARAMETERS (dict[str, Any]) – The simulation parameters. The parameters
PRINTandIDLE_USAGEare at least necessary. Seemain.pyfor parameter explanations.
- Returns:
 float – The battery reduction during idling/being stationary in kWh.