routine_vx#

class routine_vx(*args, product=None, prob=None, label=None, **kwargs)[source]#

Bases: BaseVaccination, RoutineDelivery

Routine vaccination - an instance of base vaccination combined with routine delivery. See base classes for a description of input arguments.

Attributes

now

Return the current time, i.e. the time vector at the current timestep.

states

Return a flat list of all states

statesdict

Return a flat dictionary (objdict) of all states

Methods