Skip to content

Commit bbdeb81

Browse files
author
Dilmi Wickramanayake
committed
fixed errors
1 parent 722c3d5 commit bbdeb81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/nidaqmx_analog_input_filtering/nidaqmx_analog_input_filtering.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@
121121
task.start()
122122
while not panel.get_value("stop_button", False):
123123
data = task.read(
124-
number_of_samples_per_channel=100 # pyright: ignore[reportArgumentType]
125-
)
124+
number_of_samples_per_channel=100 # pyright: ignore[reportArgumentType]
125+
)
126126
panel.set_value("acquired_data", data)
127127
except KeyboardInterrupt:
128128
pass

0 commit comments

Comments
 (0)