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

Initial publication of the FlexLogger python API #1

Closed bparrott-ni closed 3 years ago

bparrott-ni commented 3 years ago

What does this Pull Request accomplish?

This pull request contains the initial publication of the NI FlexLogger automation API.

Why should this Pull Request be merged?

With the release of NI FlexLogger 2021 R1, the NI FlexLogger automation API is ready for publication.

What testing has been done?

The initial publication includes a standard test suite which can be used to ensure correct functionality of the automation API, and should be used to validate future changes.