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

Enable users to get the project name from the python API #30

Closed ccaltagi closed 1 year ago

ccaltagi commented 1 year ago

What does this Pull Request accomplish?

Enable users to get the project name from the python API with a new project_name property on the project.

Why should this Pull Request be merged?

Feature 2367473: Enable users to get the project name from the python API The corresponding change has been approved and submitted to our private branch.

What testing has been done?

Manual tests.