#
Welcome to the Measmatic developer documentation. This website provides assistance in creating Python scripts which can later be used as a test in Measmatic. In addition to that, it is explained how data can be accessed when writing an export filter.
Defining tests#
How tests can be created is explained on page How to create a Measmatic test. Further information can be gathered by studying the examples.
Defining data export filters#
Recorded measurement data can be exported individually via Python scripts. In Measmatic those Python scripts are called export filter. The page How to create a Measmatic export filter explains how to do that.