diff --git a/src/niscope/system_tests/test_system_niscope.py b/src/niscope/system_tests/test_system_niscope.py index 60702465e6..158eb92a6b 100644 --- a/src/niscope/system_tests/test_system_niscope.py +++ b/src/niscope/system_tests/test_system_niscope.py @@ -90,13 +90,13 @@ def multi_instrument_session_5171(self, session_creation_kwargs): # High channe @pytest.fixture(scope='function') def session_5124(self, session_creation_kwargs): with daqmx_sim_5124_lock: - with niscope.Session('5124', False, False, '', **session_creation_kwargs) as simulated_session: # 5124 is needed for video triggering + with niscope.Session('5124', False, False, 'Simulate=1, DriverSetup=Model:5124; BoardType:PXI', **session_creation_kwargs) as simulated_session: # 5124 is needed for video triggering yield simulated_session @pytest.fixture(scope='function') def session_5142(self, session_creation_kwargs): with daqmx_sim_5142_lock: - with niscope.Session('5142', False, False, '', **session_creation_kwargs) as simulated_session: # 5142 is needed for OSP + with niscope.Session('5142', False, False, 'Simulate=1, DriverSetup=Model:5142; BoardType:PXI', **session_creation_kwargs) as simulated_session: # 5142 is needed for OSP yield simulated_session # Attribute tests