ni / niflexlogger-automation-python

The niflexlogger-automation package contains an API (Application Programming Interface) and examples for using Python to automate NI FlexLogger. The automation API supports modifying the configuration of existing FlexLogger projects and controlling the execution of FlexLogger test sessions. The package is implemented in Python. NI created and supports this package.
MIT License
8 stars 6 forks source link

Merge with the NI development branch to add event support and project_name property #31

Closed ccaltagi closed 11 months ago

ccaltagi commented 11 months ago

What does this Pull Request accomplish?

Why should this Pull Request be merged?

We just released a new version of FlexLogger in which the automation server now adds events support. This PR updates the public github repo with the corresponding changes allowing customers to use that functionality.

What testing has been done?