Main Content
Simulink.sfunction.analyzer.Options Class
Namespace: Simulink.sfunction.analyzer
Superclasses:
Create an object to specify options for running S-function checks
Description
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.
Construction
returns an options object with these property
values:opts
= Simulink.sfunction.analyzer.Options()
EnablePolyspace: 0 EnableRobustness: 0 EnableUsePublishedOnly: 0 ReportPath: pwd ModelSimTimeOut: 10
Properties
Version History
Introduced in R2017b