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 722c3d5 commit bbdeb81Copy full SHA for bbdeb81
examples/nidaqmx_analog_input_filtering/nidaqmx_analog_input_filtering.py
@@ -121,8 +121,8 @@
121
task.start()
122
while not panel.get_value("stop_button", False):
123
data = task.read(
124
- number_of_samples_per_channel=100 # pyright: ignore[reportArgumentType]
125
- )
+ number_of_samples_per_channel=100 # pyright: ignore[reportArgumentType]
+ )
126
panel.set_value("acquired_data", data)
127
except KeyboardInterrupt:
128
pass
0 commit comments