Commit Graph

6 Commits

Author SHA1 Message Date
62f3a3690e Add post-processing tool: clean and plot CSV data
hioki-clean clean <file> - removes error rows and settle artifacts
after auto-range transitions. hioki-clean plot <file> - visualizes
CSV data with grouped subplots (voltage, current, power, efficiency).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 17:45:58 +07:00
c154a67299 Revert "Skip logging during auto-range transitions to avoid settling artifacts"
This reverts commit 420383eb0a.
2026-03-10 17:27:05 +07:00
420383eb0a Skip logging during auto-range transitions to avoid settling artifacts
When voltage or current range changes, waits 3 measurement cycles
before resuming CSV/graph logging. Settling readings are printed to
console but not recorded, preventing transient values from corrupting
test data.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 17:24:41 +07:00
2df44cc5b3 Note UsbGpib pyvisa compatibility in README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 17:17:24 +07:00
5d1aa73873 Update README: add UsbGpib adapter, auto-ranging, CSV range columns, display-select docs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 17:16:20 +07:00
3ed39b2ac7 HIOKI 3193-10 power analyzer GPIB/USB control tools
Python driver and CLI for solar MPPT converter efficiency testing.
Features: measure, monitor, live graph, auto-ranging V/I on both
channels, efficiency calculation, display configuration, integration
control, and CSV logging with voltage/current range tracking.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 17:11:50 +07:00