ni / nidaqmx-python

A Python API for interacting with NI-DAQmx
Other
413 stars 155 forks source link

nidaqmx-python Reports Python as Runtime Environment #574

Closed charitylxy closed 2 months ago

charitylxy commented 2 months ago

What does this Pull Request accomplish?

This PR aims to report Python and its version as runtime environment through DAQmxSetRuntimeEnvironment C API at initialization.

Why should this Pull Request be merged?

In this PR, following implementations have been made:

What testing has been done?

Tested locally with example code and verified Runtime Environment information is being logged correctly. image