Implement instrument interfaces in drivers

This commit is contained in:
2025-07-24 18:15:50 +00:00
parent 0a8d7e5c69
commit a8bd132269
3 changed files with 6 additions and 3 deletions

View File

@@ -5,9 +5,10 @@ that communicate via SCPI commands.
"""
from py_dvt_ate.instruments.drivers.base import BaseDriver
from py_dvt_ate.instruments.interfaces import IPowerSupply
class PowerSupplyDriver(BaseDriver):
class PowerSupplyDriver(BaseDriver, IPowerSupply):
"""SCPI driver for programmable power supplies.
Provides high-level Python API for controlling power supplies via