You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the DAQ class start() function loops through and starts task with no specific order. In some cases, we want to control the starting order. Right now this can be done outside of the DAQ class by calling daq.ao_task.start(), etc. instead of daq.start(). We should think about whether we want to improve this API
The text was updated successfully, but these errors were encountered:
Right now, the DAQ class start() function loops through and starts task with no specific order. In some cases, we want to control the starting order. Right now this can be done outside of the DAQ class by calling daq.ao_task.start(), etc. instead of daq.start(). We should think about whether we want to improve this API
The text was updated successfully, but these errors were encountered: