Route#
- class Route(name=None, label=None, **kwargs)[source]#
Bases:
ModuleA transmission route – e.g., a network, mixing pool, environmental transmission, etc.
Attributes
nowShortcut to self.t.now()
statesReturn a flat list of all states
statesdictReturn a flat dictionary (objdict) of all states
tiGet the current module timestep
timevecShortcut to self.t.timevec
Methods