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 052a0f0 commit 9a4d0a1Copy full SHA for 9a4d0a1
labscript_devices/NI_DAQmx/labscript_devices.py
@@ -232,7 +232,7 @@ def __init__(
232
if AI_term == 'Diff':
233
self.AI_range = AI_range_Diff
234
if AI_start_delay is None:
235
- if AI_start_delay_ticks is not None:
+ if AI_start_delay_ticks is not None:
236
# Tell blacs_worker to use AI_start_delay_ticks to define delay
237
self.start_delay_ticks = True
238
else:
0 commit comments