PiWhatIfTemplate#
- class fews_py_wrapper.models.PiWhatIfTemplate(*, id, name=None, properties=<factory>, defaultSingleRunWhatIfSetting=None, overrulableSingleRunWhatIf=None, **extra_data)[source]#
Typed FEWS what-if template descriptor.
- Parameters:
id (str)
name (str | None)
properties (list[PiWhatIfTemplateProperty])
defaultSingleRunWhatIfSetting (bool | None)
overrulableSingleRunWhatIf (bool | None)
extra_data (Any)
- model_config = {'extra': 'allow', 'populate_by_name': True, 'validate_by_alias': True, 'validate_by_name': True}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- id: str#
- name: str | None#
- properties: list[PiWhatIfTemplateProperty]#
- default_single_run_what_if_setting: bool | None#
- overrulable_single_run_what_if: bool | None#