slreportgen.report.StateflowObjectProperties.createTemplate
Class: slreportgen.report.StateflowObjectProperties
Package: slreportgen.report
Create Stateflow object properties reporter template
Syntax
template = slreportgen.report.StateflowObjectProperties.createTemplate(templatePath,type)
Description
creates a copy of the default Stateflow® object properties template specified by template
= slreportgen.report.StateflowObjectProperties.createTemplate(templatePath
,type
)type
at the
location specified by templatePath
. Use the copied template as a
starting point to design a custom Stateflow object properties template for your report.
Input Arguments
Output Arguments
Examples
Create a Report Template
Create a copy of the HTML template for the
slreportgen.report.StateflowObjectProperties
reporter and
save it with the name myStateflowObjectPropertiesTemplate
in the
mytemplates
folder.
template = slreportgen.report.StateflowObjectProperties.createTemplate... ('mytemplates\myStateflowObjectPropertiesTemplate','html');
Version History
Introduced in R2017b