Skip to content

Releases: ni/measurement-plugin-python

Python Measurement Support v0.8.8

30 Aug 17:54
ae508c1
Compare
Choose a tag to compare

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

23 Aug 14:17
554fb8c
Compare
Choose a tag to compare

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

28 Jun 15:42
53b0d14
Compare
Choose a tag to compare

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

21 Jun 06:46
Compare
Choose a tag to compare

Testing Documentation Generation

Python Measurement Support v0.6.4

21 Jun 06:42
Compare
Choose a tag to compare

Testing Documentation Generation

Python Measurement Support v0.6.0

09 May 06:12
ee8a16d
Compare
Choose a tag to compare

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

01 Apr 15:58
ac46b3d
Compare
Choose a tag to compare
Pre-release

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>