ni / nidaqmx-python

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

Change ai_voltage_field_daq_task to ai_voltage_task #520

Closed DeborahOoi96 closed 6 months ago

DeborahOoi96 commented 6 months ago

What does this Pull Request accomplish?

Adding changes on top of #513 . Changes ai_voltage_field_daq_taskto ai_voltage_task, except in cases where there is a duplicate ai_voltage_task. In those cases, I changed it to be ai_voltage_time_aware_task

Why should this Pull Request be merged?

Better naming in fixtures

What testing has been done?

All tests passed successfully image