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

Add get_version function to retrieve the version of FlexLogger the API connects to. #38

Closed ccaltagi closed 5 months ago

ccaltagi commented 5 months ago

What does this Pull Request accomplish?

This changet implements a get_version function that returns the version of FlexLogger the API connects to. It is compatible with FlexLogger 2024Q1 that is the latest version available for download.

Why should this Pull Request be merged?

Add new functionality.

What testing has been done?