Skip to content

Commit 0436c47

Browse files
authored
minor
1 parent 6504428 commit 0436c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/scan_waveform_output.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def create_task(self):
120120
# * Write the waveform to the buffer with a 2 second timeout in case it fails
121121
# Writes doubles using DAQmxWriteAnalogF64
122122
# http://zone.ni.com/reference/en-XX/help/370471AG-01/daqmxcfunc/daqmxwriteanalogf64/
123-
self.h_task.write(, timeout=2). ###EDIT
123+
self.h_task.write(, timeout=2) ###EDIT
124124
#close create_task
125125

126126

0 commit comments

Comments
 (0)