SimConfig

SimConfig(
    ambsys_data,
    resource_hours_per_week=52000,
    mean_time_to_scene=10,
    on_scene_time=44,
    mean_time_to_hospital=10,
    wrap_up_time=14,
    run_length=100,
    n_reps=5,
)

Configuration for a simulation run.

Stores input data and run settings used by the model.