object_model.scenario.Scenario

object_model.scenario.Scenario(self, data)

class holding all information related to a scenario.

Methods

Name Description
equal_hazard_components Check if two scenarios have the same hazard components.
has_run_check Check if the scenario has been run.
run Run direct impact models for the scenario.

equal_hazard_components

object_model.scenario.Scenario.equal_hazard_components(other)

Check if two scenarios have the same hazard components.

has_run_check

object_model.scenario.Scenario.has_run_check()

Check if the scenario has been run.

run

object_model.scenario.Scenario.run()

Run direct impact models for the scenario.

Back to top