slreportgen.utils.isStateTransitionTableBlock
Check if object is Transition Table block
Description
Examples
Check If Block Is a State Transition Table 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.isStateTransitionTableBlock... ('slrgex_sf_car/shift_logic/downshifting')
tf = logical 0
In this case, the downshifting
object in the Stateflow
shift_logic
chart of the slrgex_sf_car
model is not a
State Transition Table block.
Input Arguments
Output Arguments
Version History
Introduced in R2018b