Skip to content

tofupilot/template-framework-plugs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Framework Plugs

Cover

Persistent resources like test instruments.

What's Inside

  • procedure.yaml: declares a Power Supply plug used by both phases
  • instruments/power_supply.py: mock programmable power supply class
  • phases/set_voltage.py: configures the power supply
  • phases/measure_output.py: reads voltage and validates against limits
  • pyproject.toml: uv-managed Python project

Get Started

  1. Sign up for a free TofuPilot account at tofupilot.app.
  2. Open the New Procedure flow in the dashboard and clone this template.
  3. Follow the dashboard's instructions to set up a station and run the procedure.

For deeper guides, see the TofuPilot docs.

Structure

.
├── procedure.yaml
├── instruments/
│   └── power_supply.py
├── phases/
│   ├── set_voltage.py
│   └── measure_output.py
├── pyproject.toml
└── README.md

About

Persistent resources like test instruments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages