User`s guide
25 Create Model Advisor Checks
25-56
Informational Check Callback Function
The following code is an example of a callback function for a custom informational
check that finds and displays the model configuration and checksum information. The
informational check uses the Result Template API to format the check result.
An informational check includes the following items in the results:
• A description of what the check is reviewing.
• References to standards, if applicable.
An informational check does not include the following items in the results:
• The check status. The Model Advisor displays the overall check status, but the status
is not in the result.
• A description of the status.
• The recommended action to take when the check does not pass.
• Subcheck results.
• A line below the results.
% Sample Check 1 Callback Function: Informational Check
% Find and display model configuration and checksum information
% Informational checks do not have a passed or warning status in the results