Releases: ni/measurement-plugin-python
Python Measurement Support v0.8.8
The measurement framework support for Python that enables creating and running Python-based measurements.
Features added:
- Updating Examples for Cancellation + Adding DAQmx Example
- Updated the colors and layout of the examples Measurement UIs
- Use the current working directory as the default output directory for ni-measurement-generator
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
Python Measurement Support v0.8.2
The measurement framework support for Python that enables creating and running Python-based measurements.
Features added:
- Measurement generator script to create a Python measurement service
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
Python Measurement Support v0.8.0
The measurement framework support for Python that enables creating and running Python-based measurements.
Features added:
- Automated test suite that runs on each code submission and before each release.
- API Reference documentation for test architects to use.
- The python support module is packaged up in a way that test architects can easily develop against it
- The python support module is packaged up in a way that it can get installed alongside the measurement service on the test system.
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
Python Measurement Support v0.6.5
Testing Documentation Generation
Python Measurement Support v0.6.4
Testing Documentation Generation
Python Measurement Support v0.6.0
The measurement framework support for Python that enables creating and running Python-based measurements.
Features added:
- The examples provided in the repo uses the NIMS from PyPI.org
- Users can pip install NIMS
Abbreviations
- NIMS - NI Measurement Service Framework -
ni_measurement_service
.
Dependencies
Installation
Make sure the system has the recommended python version is installed. Install the NIMS Framework using pip.
REM Activate the required virtual environment if any.
pip install ni-measurement-service
Python Measurement Support v0.5.0
An initial pre-release of the measurement framework support for Python that enables creating and running Python-based measurements.
Abbreviations
- NIMS - NI Measurement Service Framework -
ni_measurement_service
.
Dependencies
Installation
Make sure the system has the recommended python version is installed. Download the ni_measurement_service-x.x.x.x.tar.gz
and install the NIMS Framework using pip.
REM Activate the required virtual environment if any.
pip install <path_of_ni_measurement_service-x.x.x.tar.gz>