assembly_functional_test
Validate functional test results against pass/fail criteria using a CSV of test data and a JSON criteria file. Computes yield and identifies outliers.
Instructions
Station 5: Validate functional test results against pass/fail criteria.
Uploads test results CSV and criteria JSON. Server validates each unit against specs and calculates yield.
IMPORTANT: Review yield and outliers before lot disposition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results_path | Yes | Path to test results CSV file | |
| criteria | No | Pass/fail criteria dict, e.g. {"Vout": {"min": 3.2, "max": 3.4}} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||