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>
This commit is contained in:
14
pyproject.toml
Normal file
14
pyproject.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[project]
|
||||
name = "hioki-3193"
|
||||
version = "0.1.0"
|
||||
description = "HIOKI 3193-10 Power Analyzer GPIB control tools for solar MPPT efficiency testing"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"matplotlib>=3.10.8",
|
||||
"pyvisa>=1.16.2",
|
||||
"pyvisa-py>=0.8.1",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
hioki = "hioki3193.cli:main"
|
||||
Reference in New Issue
Block a user