SystemAttributes
- class SystemAttributes
 Bases:
BaseModelAttributes specific to an aircraft system.
- functional_blocks
 List of functional blocks in the system.
- Type:
 List[FunctionalBlock]
- data_signals
 List of data signals in the system.
- Type:
 List[DataSignal]
- physical_characteristics
 Physical characteristics of the system.
- Type:
 
- cooling_requirements
 Cooling requirements for the system.
- Type:
 
- power_requirements
 Power requirements for the system.
- Type:
 
- fluid_flow
 Fluid flow characteristics, if applicable.
- Type:
 Optional[FluidFlowCharacteristics]
Attributes Summary
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
Attributes Documentation
- model_config: ClassVar[ConfigDict] = {}
 Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
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__