Conditions

class emmet.core.synthesis.operations.Conditions(**data)

Bases: BaseModel

Parameters:
  • heating_temperature (list[Value] | None)

  • heating_time (list[Value] | None)

  • heating_atmosphere (list[str] | None)

  • mixing_device (str | None)

  • mixing_media (str | None)

model_config: ClassVar[ConfigDict] = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].