Initial ITECH IT6500 series DC PSU control tool
USB-TMC/SCPI driver and CLI for IT6500 series power supplies. Commands: identify, measure, monitor, live, set, output, protection, config, send. Auto-detects instrument via USB VID 0x2EC7 / PID 0x6522. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
5
it6500/__init__.py
Normal file
5
it6500/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""ITECH IT6500 Series Programmable DC Power Supply USB/SCPI driver."""
|
||||
|
||||
from it6500.driver import IT6500
|
||||
|
||||
__all__ = ["IT6500"]
|
||||
Reference in New Issue
Block a user