We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c7159 commit 9b6e047Copy full SHA for 9b6e047
NI_DAQmx/labscript_devices.py
@@ -409,6 +409,8 @@ def _check_wait_monitor_timeout_device_config(self):
409
is the wait monitor timeout device, that a) the other device is a DAQmx device
410
and b) the other device has a start_order lower than us and a stop_order higher
411
than us."""
412
+ if compiler.wait_monitor is None:
413
+ return
414
acquisition_device = compiler.wait_monitor.acquisition_device
415
timeout_device = compiler.wait_monitor.timeout_device
416
if acquisition_device is not self or timeout_device is None:
0 commit comments