multimodemodel.State.__add__

Contents

multimodemodel.State.__add__#

State.__add__(other)#

Add all variables of two states.

If one of the state object is missing a variable, this variable is copied from the other state object. This implies, that the time stamp of this particular variable will remain unchanged.

Returns:

State – Sum of two states.