slreportgen.utils.isTestSequence
Description
Examples
Test If Object Is a Test Sequence
Run the following command to access the supporting files used in this example.
openExample('rptgenext/SimulinkReportGeneratorFilesExample');
load_system("slrgex_sltestTestSequenceDebouncerExample") tf = slreportgen.utils.isTestSequence... ("slrgex_sltestTestSequenceDebouncerExample/Debouncer_Test")
tf = logical 1
In this case, the Debouncer_Test
block in the
slrgex_sltestTestSequenceDebouncerExample
model is a Test
Sequence block.
Input Arguments
Output Arguments
Version History
Introduced in R2019a
See Also
Test Sequence (Simulink Test)