Add temperature and manual control SCPI commands

This commit is contained in:
Jan Käberich 2024-12-15 17:40:19 +01:00
parent f2b01f71c4
commit e8482783f7
13 changed files with 785 additions and 357 deletions

View file

@ -0,0 +1,9 @@
from tests.TestBase import TestBase
class TestConnect(TestBase):
def test_temperature(self):
res = self.vna.query(":DEV:INF:TEMP?")
self.assertEqual(res.split("/"), 3)