ni / nidaqmx-python

A Python API for interacting with NI-DAQmx
Other
428 stars 154 forks source link

Refactor Task Internal Modules: Collections #541

Closed charitylxy closed 5 months ago

charitylxy commented 5 months ago

What does this Pull Request accomplish?

This PR aims to address issue brought up in https://github.com/ni/nidaqmx-python/issues/461:

Refactoring work will be split into 5 PRs:

Why should this Pull Request be merged?

In this PR to address https://github.com/ni/nidaqmx-python/issues/461, following changes have been made:

What testing has been done?

Ran poetry run pytest and all tests passed.