We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6504428 commit 0436c47Copy full SHA for 0436c47
exercises/scan_waveform_output.py
@@ -120,7 +120,7 @@ def create_task(self):
120
# * Write the waveform to the buffer with a 2 second timeout in case it fails
121
# Writes doubles using DAQmxWriteAnalogF64
122
# http://zone.ni.com/reference/en-XX/help/370471AG-01/daqmxcfunc/daqmxwriteanalogf64/
123
- self.h_task.write(, timeout=2). ###EDIT
+ self.h_task.write(, timeout=2) ###EDIT
124
#close create_task
125
126
0 commit comments