Main Content
sltest.harness.check
Compare component under test between harness model and main model
Description
[
computes the checksum of the component under test in the harness model
CheckResult
,CheckDetails
]
= sltest.harness.check(harnessOwner
,harnessName
)harnessName
and compares it to the checksum of the component
harnessOwner
in the main model, returning the overall
CheckResult
and additional CheckDetails
of the
comparison. You cannot use sltest.harness.check
on Subsystem models test
harnesses.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2015a