Python Measurement Support 0.9.0
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