Parameter Management¶
Purpose¶
Parameter Management owns configurable values used by propulsion control, diagnostics, simulation, and tests.
Responsibilities¶
- Store tuning values, limits, and configuration flags.
- Provide defaults for simulation and commissioning.
- Support validation of parameter ranges.
- Define which parameters are operator-facing, engineer-facing, or internal.
Key Interfaces¶
| Interface | Direction | Description |
|---|---|---|
| Parameter set | Input/Output | Configurable control values |
| Validation status | Output | Parameter consistency and range checks |
| Consumers | Output | Subsystems using parameter values |
Notes¶
Parameter changes should be traceable and should not create hidden behavior changes.