ee_getBillOfMaterials
Syntax
Description
ee_getBillOfMaterials
generates a report of all subsystems for the
top-level SLX model. The report is an HTML page that contains an overview of the model that
generated the report, a list of the physical components from the Simscape Foundation Library
and Electrical library used inside the model, and the values of the parameters for each
component in the model.
ee_getBillOfMaterials(
generates a
report of all subsystems for the modelName
) ModelName
model.
generates a report of all subsystems for the reportName
= ee_getBillOfMaterials(modelName
) modelName
model and
returns the filename of the HTML report. To open the report, use the web
function.
Examples
Input Arguments
Output Arguments
Limitations
The report does not include blocks that are commented out in the model.
If your model contains blocks or subsystems with multiple modeling options, this function only generates a report for the current active modeling option.
Version History
Introduced in R2020b