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

FlexLogger 2021 R3 Features: Pause/Resume test, Query project file lo… #19

Closed chadallee closed 2 years ago

chadallee commented 2 years ago

…cation, Query elapsed test time

What does this Pull Request accomplish?

Adds Test Pause/Resume functionality Adds the ability to query a loaded project's file path Adds the ability to query elapsed test time while a test is running/paused, or to query the most recent test run's total elapsed time after the test has been stopped.

Why should this Pull Request be merged?

To add the aforementioned functionality

What testing has been done?