Query Window
{{if .Error}}{{.Error}}
{{end}}
Lot Metrics
{{if .LotMetrics}}| Lot | Failures | Components | Exposure Hours | AFR | MTBF (hrs) |
|---|---|---|---|---|---|
| {{if .LotCode}}{{.LotCode}}{{else}}Lot {{if .LotID}}{{.LotID}}{{else}}—{{end}}{{end}} | {{.Failures}} | {{.ComponentCount}} | {{formatFloat .ExposureHours 2}} | {{formatFloat .AFR 4}} | {{formatFloatPtr .MTBFHours 2}} |
Firmware Risk
{{if .FirmwareRisk}}| Firmware | Failures | Components | Failure Rate |
|---|---|---|---|
| {{.FirmwareVersion}} | {{.Failures}} | {{.ComponentCount}} | {{formatFloatPtr .FailureRate 4}} |
Spare Forecast
{{if .SpareForecast}}| Lot | Components | AFR | Expected Failures | Spares Needed |
|---|---|---|---|---|
| {{if .LotCode}}{{.LotCode}}{{else}}Lot {{if .LotID}}{{.LotID}}{{else}}—{{end}}{{end}} | {{.ComponentCount}} | {{formatFloat .AFR 4}} | {{formatFloat .ExpectedFailures 2}} | {{.SparesNeeded}} |