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>
6 lines
128 B
Python
6 lines
128 B
Python
"""ITECH IT6500 Series Programmable DC Power Supply USB/SCPI driver."""
|
|
|
|
from it6500.driver import IT6500
|
|
|
|
__all__ = ["IT6500"]
|