From 9d57cbd874255df13241b5bf587257f98d7b0953 Mon Sep 17 00:00:00 2001 From: crnbaker Date: Mon, 15 Jan 2024 15:07:18 +0000 Subject: [PATCH] #43 updated pyspcm (required small hack to bring contents of new package py_header into spectrum_gmbh namespace) --- src/tests/configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/configuration.py b/src/tests/configuration.py index 38bf32c..6b61a9f 100644 --- a/src/tests/configuration.py +++ b/src/tests/configuration.py @@ -14,7 +14,7 @@ class SpectrumTestMode(Enum): # Set to TestMode.REAL_HARDWARE to run tests on a real hardware device as configured below. SINGLE_DIGITISER_CARD_TEST_MODE = SpectrumTestMode.MOCK_HARDWARE DIGITISER_STAR_HUB_TEST_MODE = SpectrumTestMode.MOCK_HARDWARE -SINGLE_AWG_CARD_TEST_MODE = SpectrumTestMode.REAL_HARDWARE +SINGLE_AWG_CARD_TEST_MODE = SpectrumTestMode.MOCK_HARDWARE # Set IP address of real spectrum device (for use if TestMode.REAL_HARDWARE is set above). Set to None to run tests on # a local (PCIe) card.