Run multiple phases simultaneously.
procedure.yaml: defines four phases with a fan-out dependency graphphases/initialize.py: setup before parallel testsphases/voltage_test.py: independent voltage measurementphases/current_test.py: independent current measurementphases/temperature_test.py: independent temperature measurementpyproject.toml: uv-managed Python project
- Sign up for a free TofuPilot account at tofupilot.app.
- Open the New Procedure flow in the dashboard and clone this template.
- Follow the dashboard's instructions to set up a station and run the procedure.
For deeper guides, see the TofuPilot docs.
.
├── procedure.yaml
├── phases/
│ ├── initialize.py
│ ├── voltage_test.py
│ ├── current_test.py
│ └── temperature_test.py
├── pyproject.toml
└── README.md
