BaseInfectionProcess#

class BaseInfectionProcess(model, verbose=False, params=None)[source]#

Bases: BasePhase, ABC

Base class for infection (transmission and disease progression).

Initialize the component.

Parameters:
  • model (BaseLaserModel) – The model instance this component belongs to.

  • verbose (bool) – Whether to enable verbose output. Defaults to False.