Skip to content

Releases: ni/niflexlogger-automation-python

v0.1.10 (FlexLogger 2024 Q3) Latest

29 Jul 20:44
41486b3
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

v0.1.4 - Add Configure Data Rate and Save Project functionality (FlexLogger 2022Q4)

02 Nov 21:06
4000bd5
Compare
Choose a tag to compare

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

28 Jun 18:25
d02b259
Compare
Choose a tag to compare

Add support for Python 3.10

v0.1.2 for FlexLogger 2022 Q2+

28 Jun 18:22
Compare
Choose a tag to compare
  • Add disable channel functionality

v0.1.1 for FlexLogger 2021 R3+

27 Jul 19:51
0c6b6c0
Compare
Choose a tag to compare

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.

#19

Release of niflexlogger-automation-python compatible with NI FlexLogger 2021 R1

11 Dec 20:34
93411fc
Compare
Choose a tag to compare
Merge pull request #6 from ni/users/gregstoll/linux-generate-protobuf

Fix generate_protobuf_classes on Linux