Persistent resources like test instruments.
procedure.yaml: declares aPower Supplyplug used by both phasesinstruments/power_supply.py: mock programmable power supply classphases/set_voltage.py: configures the power supplyphases/measure_output.py: reads voltage and validates against limitspyproject.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
├── instruments/
│ └── power_supply.py
├── phases/
│ ├── set_voltage.py
│ └── measure_output.py
├── pyproject.toml
└── README.md
