Skip to content

Python Measurement Support v0.10.2

Compare
Choose a tag to compare
@dixonjoel dixonjoel released this 28 Oct 18:24
· 741 commits to main since this release

The measurement framework support for Python that enables creating and running Python-based measurements.

Features added:

  • Make stub generation easier with scripts and match the .proto file organization in ASW repo
  • Update to respond to .proto file changes in measurement_service.proto and discovery_service.proto

Abbreviations

  • NIMS - NI Measurement Service Framework - ni_measurement_service.

Dependencies

Installation

Make sure the system has the recommended python version is installed.

Install the latest NIMS Framework using pip.

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

Install the ni-measurement-generator to create measurement services

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