Product#
- class Product(name=None, label=None, **kwargs)[source]#
Bases:
ModuleGeneric product implementation
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