slreportgen.utils.isModelReferenceBlock
Check if object is Model block
Description
Examples
Check If Object Is a Model Block
Run the following command to access the supporting files used in this example.
openExample('rptgenext/SimulinkReportGeneratorFilesExample');
load_system('slrgex_sf_car') tf = slreportgen.utils.isModelReferenceBlock('slrgex_sf_car/Engine')
tf = logical 0
In this case, the Engine
subsystem in the
slrgex_sf_car
model is not a Model block.
Input Arguments
Output Arguments
Version History
Introduced in R2018b