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

@@ -7,9 +7,10 @@ communicate via SCPI commands.
import time
from py_dvt_ate.instruments.drivers.base import BaseDriver
from py_dvt_ate.instruments.interfaces import IThermalChamber
class ThermalChamberDriver(BaseDriver):
class ThermalChamberDriver(BaseDriver, IThermalChamber):
"""SCPI driver for thermal chambers.
Provides high-level Python API for controlling thermal chambers via