Skip to content

Releases: ni/niflexlogger-automation-python

v0.2.4 (FlexLogger 2025 Q4)

08 Nov 00:47
6e28e4c

Choose a tag to compare

Compatible with FlexLogger 2025 Q4 and later.
This release adds support for new trigger conditions in FlexLogger automation, and a save as method for the project.

  • Elapsed Time Start Trigger: Allows starting a test after a specified elapsed time in seconds
  • Button Pressed Start/Stop Triggers: Enables starting and stopping tests via button press events

v0.2.3 (FlexLogger 2025 Q3)

08 Aug 18:13
092990d

Choose a tag to compare

Compatible with FlexLogger 2025 Q1 and later. Minor update to add support for Python 3.11, 3.12, and 3.13.

v0.2.2 (FlexLogger 2025 Q3)

07 Aug 16:17
3fdd6b3

Choose a tag to compare

Compatible with FlexLogger 2025 Q1 and later. Minor update to fix a reference leak and error parsing.

v0.2.1 (FlexLogger 2025 Q1)

27 Mar 16:34
a72a0f1

Choose a tag to compare

Compatible with FlexLogger 2025 Q1 and later. Minor update to identify the automation client type to the server.

v0.2.0 (FlexLogger 2024 Q4)

16 Oct 23:37
e4caa00

Choose a tag to compare

Compatible with FlexLogger 2024 Q4 and later, this release of the niflexlogger-automation package adds support for getting the logging state and enabling/disabling channel logging.

v0.1.10 (FlexLogger 2024 Q3)

29 Jul 20:44
41486b3

Choose a tag to compare

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)

25 Jan 02:09
69b8536

Choose a tag to compare

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

19 Oct 15:38
f9320b2

Choose a tag to compare

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

26 Jul 19:36
b636cc6

Choose a tag to compare

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+

25 Apr 15:17
9a464f7

Choose a tag to compare

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.