getCheckResults
Syntax
Description
returns all Model Advisor analysis check results specified by CheckResults = getCheckResults(Results)Results.
Alternatively, you can access results for all checks from the
CheckResults property of the
ModelAdvisor.SystemResult objects in Results.
returns the Model Advisor analysis results for the check specified by
CheckResults = getCheckResults(Results,checkID)checkID.
specifies option using one or more name-value arguments. For example, to return Model
Advisor check results with the Warning status, set Status to CheckResults = getCheckResults(Results,Name=Value)Warning.