Simulink.SubsystemReference.showSignatureDiffDialogForUnitTests
Display differences in signatures of Subsystem Reference block in model with unit test signatures of subsystem file
Since R2023a
Syntax
Description
Simulink.SubsystemReference.showSignatureDiffDialogForUnitTests(
compares the simulation signatures of the Subsystem Reference block
ssRefBlock
)ssRefBlock
in the model with the simulation signatures of the
Subsystem Reference blocks in all the unit tests of the subsystem file and displays the
differences between the signatures in the Signature Difference Viewer.
Simulink.SubsystemReference.showSignatureDiffDialogForUnitTests(___,
displays the differences between the signatures using one or more name-value arguments in
addition to the input argument in the previous syntax. For example, to compare the
signatures generated for code generation of the Subsystem Reference block in the model with
the unit test signatures, set Name=Value
)forCodeGen
to
true
.