Package: Simulink.sfunction.analyzer
Superclasses:
Create an object to specify options for running S-function checks
Simulink.sfunction.analyzer.Options
object is created through the
constructor Simulink.sfunction.analyzer.Options()
.
Simulink.sfunction.analyzer.Options
object captures the options
for running S-function checks. These checks include whether to enable Polyspace® and Parameter Robustness checks, maximum model simulation time and output
path for result report.
returns a options object with these property
values:opts
= Simulink.sfunction.analyzer.Options()
EnablePolyspace: 0 EnableRobustness: 0 ReportPath: '' ModelSimTimeOut: 10
Simulink.sfunction.Analyzer
| Simulink.sfunction.analyzer.BuildInfo
| findSfunctions
| generateReport
| run