GroundEffectsDefinition
- class GroundEffectsDefinition
Bases:
CommonBaseModel
Attributes Summary
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
Methods Summary
check_ngh_value
(v, values)Attributes Documentation
- model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': True, 'extra': 'allow', 'json_schema_extra': {'example': {'heights': [100.0, 200.0, 300.0, 400.0, 500.0], 'qty_heights': 5}}, 'protected_namespaces': (), 'str_min_length': 1, 'str_strip_whitespace': True, 'validate_assignment': True}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
Methods Documentation
- classmethod check_grdht_values(v)
- classmethod check_ngh_value(v, values)
Attributes:
__setattr__ handlers.
- __pydantic_setattr_handlers__: ClassVar[Dict[str, Callable[[BaseModel, str, Any], None]]] = {}
__setattr__ handlers. Memoizing the handlers leads to a dramatic performance improvement in __setattr__