Skip to content

Python Measurement Support 0.9.0

Compare
Choose a tag to compare
@dixonjoel dixonjoel released this 28 Sep 16:31
· 720 commits to main since this release
8e2866f

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

Features added:

  • Add support for all the numeric and boolean array data types to the measurement-service datatype enum
  • Change gRPC max receive / send message size to unlimited

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