mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 06:25:16 +00:00
Add temperature and manual control SCPI commands
This commit is contained in:
parent
f2b01f71c4
commit
e8482783f7
13 changed files with 785 additions and 357 deletions
9
Software/Integrationtests/tests/TestTemperature.py
Normal file
9
Software/Integrationtests/tests/TestTemperature.py
Normal 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)
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue