Add Kiprim DC310S power supply driver#471
Add Kiprim DC310S power supply driver#471kerby2000 wants to merge 4 commits intoinstrumentkit:mainfrom
Conversation
Add support for the Kiprim DC310S single-output serial power supply. This adds a conservative InstrumentKit-style driver with: - voltage and current setpoints - output enable/disable - measured voltage, current, and power readback - documented 0-30 V and 0-10 A bounds on setpoints Also add transcript-based unit tests, package exports, API reference docs, and a minimal example script.
for more information, see https://pre-commit.ci
|
seems reasonable I'm aware I don't a policy posted yet, but was any of this LLM generated? |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #471 +/- ##
==========================================
- Coverage 99.20% 99.19% -0.01%
==========================================
Files 96 97 +1
Lines 9648 9686 +38
==========================================
+ Hits 9571 9608 +37
- Misses 77 78 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Nowadays most of the code is LLM generated. Under good guidance :) |
|
You always should. But I'm also going to have to think about its inclusion, sorry |
|
I'm using both APIs this and OWON SDS1104 oscilloscope for my projects so if something will pop up I will commit the updates. |
Add support for the Kiprim DC310S single-output serial power supply.
This adds a conservative InstrumentKit-style driver with:
Also add transcript-based unit tests, package exports, API reference docs, and a minimal example script.