Introducing Instro - a Python library for controlling hardware test equipment #15042
Unanswered
hoehner
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Sharing a library that a lot of hardware people end up wrapping in pytest fixtures: instro, an open-source typed Python API for bench instruments and industrial hardware (power supplies, DMMs, scopes, DAQs, Modbus, EtherNet/IP PLCs). Same methods for every vendor, so the fixture doesn't change when the bench does:
It ships PSU and DMM simulators, so the same tests run in CI with no hardware, and publishers can write every command and reading to JSONL alongside the test report.
GitHub: https://github.com/nominal-io/instro
Docs: https://instro.nominal.io
Community: https://community.instro.nominal.io
Discord: https://discord.gg/nN4RzhQkr
All reactions