modeci_mdf.mdf.ConditionSet
- class modeci_mdf.mdf.ConditionSet(node_specific: Dict[str, Condition] | None = None, termination: Dict[str, Condition] | None = None, *, metadata: Dict[str, Any] | None = None)[source]
Bases:
MdfBaseSpecifies the non-default pattern of execution of Nodes
- Variables:
node_specific (Dict[str, modeci_mdf.mdf.Condition] | None) – A dictionary mapping nodes to any non-default run conditions
termination (Dict[str, modeci_mdf.mdf.Condition] | None) – A dictionary mapping time scales of model execution to conditions indicating when they end
Method generated by attrs for class ConditionSet.
Methods