Python Measurement Plug-In File Descriptions

A new Python measurement plug-in consists of the following files.

Table 2. Python Measurement Plug-In Files
File Name Description
*.serviceconfig Contains the configuration information required to run the measurement plug-in as a service.
*.measui A Measurement Plug-In UI Editor file that defines the user interface of the measurement plug-in. You can replace this file with a LabVIEW user interface if needed.
*.measproj The measurement plug-in project file. Open this file in the Measurement Plug-In UI Editor to edit the measurement project.
measurement.py Contains the measurement logic and metadata. Edit this file to modify the behavior or capabilities of the measurement plug-in.
start.bat Starts the measurement plug-in by running measurement.py with Python.