I would like to close all the previously created tasks in the nidaqmx-python
module.
How can I do this?
In example, I have a number of previously opened tasks:
for i in range(10):
nidaqmx.Task()
which I did not close. However, I want to close them now.