modeci_mdf.mdf.Condition

class modeci_mdf.mdf.Condition(type: str | None = None, **kwargs: Dict[str, Any] | None)[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 (Dict[str, Any] | None) – The dictionary of keyword arguments needed to evaluate the Condition

Method generated by attrs for class MdfBase.

Methods