Skip to content

Commit

Permalink
#43 updated pyspcm (required small hack to bring contents of new pack…
Browse files Browse the repository at this point in the history
…age py_header into spectrum_gmbh namespace)
  • Loading branch information
crnbaker committed Jan 15, 2024
1 parent deaa2e6 commit 9d57cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9d57cbd

Please sign in to comment.