Skip to content

MeasurementLink Support for Python v0.12.2

Compare
Choose a tag to compare
@dixonjoel dixonjoel released this 14 Feb 17:15
· 613 commits to main since this release
f0ca6df

MeasurementLink Support for Python (ni-measurementlink-service) is a Python framework that enables measurement developers to quickly create Python measurements and run them as a service (gRPC).

What's Changed

  • BREAKING CHANGE: Update the MeasurementService __init__ method to take in the .serviceconfig file path, version, and UI path.
  • Misc example and documentation improvements

Full Changelog: 0.12.2...0.12.1

Dependencies

Installation

Make sure the system has the recommended Python version installed.

Install the latest NIMS Framework using pip.

REM Activate the required virtual environment if any.
pip install ni-measurementlink-service

Install the ni-measurementlink-generator to create measurement services

REM Activate the required virtual environment if any.
pip install ni-measurementlink-generator