test_reliability_predict
Calculate per-component failure rates and total MTBF from BOM file using MIL-HDBK-217F simplified method. Identify weakest components to guide reliability improvements.
Instructions
Station 3: Calculate MTBF using MIL-HDBK-217F simplified method.
Uploads BOM file and calculates per-component failure rates, total MTBF, and identifies weakest components.
IMPORTANT: Review weakest links and consider derating or alternatives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bom_path | Yes | Path to BOM file (.csv or .json) | |
| ambient_temp | No | Ambient operating temperature in Celsius (default 25) | |
| environment | No | Operating environment (ground_benign, ground_fixed, airborne, etc.) | ground_benign |
| duty_cycle | No | Operating duty cycle 0.0-1.0 (default 1.0) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||