Route#

class Route(name=None, label=None, **kwargs)[source]#

Bases: Module

A transmission route – e.g., a network, mixing pool, environmental transmission, etc.

Attributes

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