ni / nidaqmx-python

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

Add hw timed examples for exisiting sw timed examples #561

Closed WayneDroid closed 5 months ago

WayneDroid commented 6 months ago

What does this Pull Request accomplish?

Added HW timed examples for existing SW timed examples.

Why should this Pull Request be merged?

Currently, we only have SW timed examples except ao_voltage_hw_timed.py, this PR is to add HW timed examples for the rest of SW timed examples.

What testing has been done?

poetry run pytest tests/ -q - pass

image