Differences

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

Link to this comparison view

Both sides previous revision Previous revision
mplreport:mplreport [2024/12/09 01:19]
optrix
mplreport:mplreport [2025/04/24 05:18] (current)
optrix
Line 12: Line 12:
  
 [[Clear]] - Deletes the PDF being produced to begin the report again. \\ [[Clear]] - Deletes the PDF being produced to begin the report again. \\
 +
 +[[ClearFailures]] - Clear any error records to do with retrieving data from ARDI.
  
 [[DateFormat]] - Formats a date using a format that suits the range of the report. \\ [[DateFormat]] - Formats a date using a format that suits the range of the report. \\
Line 18: Line 20:
  
 [[FailedAxis]] - Used to mark a particular set of axes as invalid - often used in try-catch handlers to catch unexpected problems in code. \\ [[FailedAxis]] - Used to mark a particular set of axes as invalid - often used in try-catch handlers to catch unexpected problems in code. \\
 +
 +[[FetchFailure]] - Returns 'true' if there was an error while retrieving data.
  
 [[FetchHistory]] - Gets history from an AQL statement, returning both a Pandas dataframe and metadata about the properties. \\ [[FetchHistory]] - Gets history from an AQL statement, returning both a Pandas dataframe and metadata about the properties. \\