slreportgen.utils.isModelLoaded
Check if model is loaded
Description
Examples
Check If Model Is Loaded
Run the following command to access the supporting files used in this example.
openExample('rptgenext/SimulinkReportGeneratorFilesExample');
load_system('slrgex_sf_car') tf = slreportgen.utils.isModelLoaded('slrgex_sf_car')
tf = logical 1
In this case, the slrgex_sf_car
model is loaded.
Input Arguments
Output Arguments
Version History
Introduced in R2018b