emodpy_typhoid.interventions.tcc module

emodpy_typhoid.interventions.tcc.new_intervention(camp, rate)[source]

TyphoidCarrierClear intervention wrapper.

emodpy_typhoid.interventions.tcc.new_triggered_intervention(camp, rate, start_day=1, triggers=['Births'], coverage=1.0, node_ids=None, property_restrictions_list=[], co_event=None)[source]

Distribute TyphoidCarrierClear when something happens as determined by a signal published from the model or another campaign event.

emodpy_typhoid.interventions.tcc.new_scheduled_intervention(camp, start_day=1, coverage=1.0, node_ids=None, property_restrictions_list=[], co_event=None)[source]

Distribute TyphoidCarrierClear when something happens as determined by a signal published from the model or another campaign event.

emodpy_typhoid.interventions.tcc.new_intervention_as_file(camp, start_day, filename=None)[source]