Skip to content

MeasurementLink Support for Python v0.12.1

Compare
Choose a tag to compare
@dixonjoel dixonjoel released this 23 Jan 19:14
· 623 commits to main since this release
01ed3af

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

  • Add channel mapping to SessionInformation
  • Add 'path' type specialization support
  • Add VISA DMM example
  • Various fixes and improvements to the examples

Full Changelog: 0.12.1...0.12.0

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