padv.builtin.task.GenerateSDDReport Class
Namespace: padv.builtin.task
Superclasses: padv.Task
Task for generating a System Design Description (SDD) report
Description
The padv.builtin.task.GenerateSDDReport
class provides a task that can
generate a System Design Description (SDD) report from a predefined template using Simulink®
Report Generator™. The System Design Description report provides a summary or detailed information
about a system design represented by a model.
You can add the task to your process model by using the
method addTask
. After you add the task to your process model, you can run the
task from the Process Advisor app or
by using the function runprocess
.
To view the source code for this built-in task, in the MATLAB® Command Window, enter:
open padv.builtin.task.GenerateSDDReport
The padv.builtin.task.GenerateSDDReport
class is a handle
class.
Note
If you are using the pipeline generator,
padv.pipeline.generatePipeline
, this task is not supported for the
parallel pipeline architecture IndependentModelPipelines
.
Creation
Description
creates a task for generating a System Design Description (SDD) report using Simulink
Report Generator.task
= padv.builtin.task.GenerateSDDReport()
sets certain properties using one or more name-value arguments. For example, task
= padv.builtin.task.GenerateSDDReport(Name=Value
)task
= padv.builtin.task.GenerateSDDReport(Name = "MySDDReportTask")
creates a task
with the specified name.
You can use this syntax to set property values for InputQueries
,
Name
, IterationQuery
,
InputDependencyQuery
, Licenses
,
LaunchToolAction
, and LaunchToolText
.
The padv.builtin.task.GenerateSDDReport
class also has other properties, but you cannot set
those properties during task creation.