setHelp
Set custom help for custom authored Model Advisor checks
Syntax
checkObj.setHelp('Format',format, 'Path',custom path)
Description
checkObj.setHelp('Format',
sets custom help for custom authored Model Advisor checks.format
, 'Path',custom path
)
Input Arguments
Examples
Set webpage as custom help to a custom check
Create a check object.
checkobj = ModelAdvisor.Group('SimplePassFailCheck');
set webpage as custom help to your custom check.
checkobj.setHelp('Format','webpage','Path','c:/customhelp/help.html');
Version History
Introduced in R2022a