amp-benchkit Documentation¶
Welcome to the official documentation for amp-benchkit, a Python-based toolkit for automating amplifier bench measurements and providing a Qt GUI front-end for manual control.
What You'll Find Here¶
- Quickstart instructions for cloning the repo, enabling fake hardware, and running the GUI or CLI workflows.
- Hardware bring-up notes for the FeelTech FY3200S generator, Tektronix TDS2024B scope, and LabJack U3-HV DAQ—including simulator fallbacks.
- Developer workflow guidance covering virtual environments, linting, and pytest usage.
- Reference pages for configuration environment variables, GUI layout, and testing expectations.
Project Goals¶
- Automate repeatable signal-generation and capture sequences across supported instruments.
- Provide a cross-platform Qt GUI for manual smoke checks and lab workflows.
- Offer simulator modes so contributors can test without physical hardware.
Useful Links¶
- Repository: github.com/bwedderburn/amp-benchkit
- Issue tracker: GitHub Issues
- Release history: Releases
Move on to the Quickstart to get your development environment set up.