Results and reports¶
mpylab stores more than individual final values. Measurement data, evaluations, geometry, configuration, and preceding measurement steps form a traceable history. Text-based output, interactive analysis, and deliverable reports can be derived from that history.
Recommended handling¶
The final pickle is the complete history container.
Raw and processed files are readable views of selected data.
Immunity results and EUT assessment separates disturbance, EUT events, and assessment.
PExplorer supports interactive inspection of a pickle.
Reports present existing results without evaluating the measurement again.
Only load pickle files from trusted sources. The Python pickle format can execute code while loading and is not a safe interchange format for unknown files.