Releases: ni/niflexlogger-automation-python
v0.2.0 (FlexLogger 2024 Q4)
v0.1.10 (FlexLogger 2024 Q3)
Compatible with FlexLogger 2024 Q3 and later, this release of the niflexlogger-automation package adds support for getting all entries in the data files pane (their paths on disk, their file creation times, and if they are backup files) and removing all entries in the data files pane (and optionally delete them from disk).
v0.1.9 (FlexLogger 2024 Q1)
Compatible with FlexLogger 2024 Q1 and later, this release of the niflexlogger-automation package adds support for getting the version of FlexLogger that the automation API is connecting to (Application.get_version()
).
v0.1.8
Compatible with FlexLogger 2023 Q4 and later, this release of the niflexlogger-automation package adds support for getting and setting trigger settings in the Logging Specification.
This version also adds a new optional timeout parameter to the open_project
function.
v0.1.6
Compatible with FlexLogger 2023 Q3+, this release of the niflexlogger-automation package adds support for registering and receiving events in Python, such as when an alarm is raised in FlexLogger, a log file is created or closed, and test session updates (test started, paused, resumed and stopped).
This version also adds a new method to get the project name.
v0.1.5 for FlexLogger 2023 Q2+
Compatible with FlexLogger 2023 Q2+, this release of the niflexlogger-automation package adds support for getting and setting the log file description, and for setting and changing several test properties in one step.
v0.1.4 - Add Configure Data Rate and Save Project functionality (FlexLogger 2022Q4)
Compatible with FlexLogger 2022Q4, this release of the niflexlogger-automation package adds support for getting and setting the different Data Rates in FlexLogger, assigning them to channels, as well as a new save project function.
v0.1.3 Python 3.10 Support
Add support for Python 3.10
v0.1.2 for FlexLogger 2022 Q2+
- Add disable channel functionality
v0.1.1 for FlexLogger 2021 R3+
Expose new functionality added to FlexLogger 2021 R3:
- Pause/Resume tests
- Query the active project's file path
- Query current test's elapsed time while a test is running/paused or the most recent test run's total elapsed time after the test has been stopped.