campaign_vx#

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

Bases: BaseVaccination, CampaignDelivery

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

Attributes

has_product

Check if the intervention has a product

now

Shortcut to self.t.now()

states

Return a flat list of all states

statesdict

Return a flat dictionary (objdict) of all states

ti

Get the current module timestep

timevec

Shortcut to self.t.timevec

Methods