slreportgen.utils.isMaskedSystem
Check if system is masked subsystem block
Description
Examples
Check If System Is Masked
Run the following command to access the supporting files used in this example.
openExample('rptgenext/SimulinkReportGeneratorFilesExample');
load_system('slrgex_sf_car') tf = slreportgen.utils.isMaskedSystem('slrgex_sf_car/Vehicle')
tf = logical 1
In this case, the slrgex_sf_car
model is masked.
Input Arguments
Output Arguments
Version History
Introduced in R2018b