modeci_mdf.mdf.Condition

class modeci_mdf.mdf.Condition(type: Optional[str] = None, **kwargs: Optional[Dict[str, Any]])[source]

Bases: MdfBase

A set of descriptors which specifies conditional execution of Nodes to meet complex execution requirements.

Variables:
  • type (str) – The type of Condition from the library

  • kwargs (Optional[Dict[str, Any]]) – The dictionary of keyword arguments needed to evaluate the Condition

Method generated by attrs for class MdfBase.

Methods