Python Measurement Plug-In File Descriptions

A new Python measurement plugin consists of the following files:

File Name Description
*.serviceconfig Contains information required to run the measurement as a service.
*.measui A ni-measurement-plugin-generator UI Editor file. Contains the measurement UI. If desired, you may replace the UI with a LabVIEW UI.
*.measproj The measurement plug-in project file. Select this file to open the measurement in the ni-measurement-plugin-generator UI editor.
measurement.py Contains the measurement logic and metadata. Edit this file to modify measurement behavior or to extend the measurement features.
start.bat Calls Python and runs measurement.py.