Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
mplreport:simple_example [2025/04/24 05:20]
optrix
mplreport:simple_example [2025/04/24 05:21] (current)
optrix
Line 14: Line 14:
    thedata = report.FetchHistory("'Temperature' PROPERTYEX ALLPOINTS"      thedata = report.FetchHistory("'Temperature' PROPERTYEX ALLPOINTS"  
  
-   #Check for bad data+   #Check for incomplete data
    if report.FetchFailure():    if report.FetchFailure():
       report.Failed("\n".join(report.errors))       report.Failed("\n".join(report.errors))