sldvlogsignals
Log simulation input port values
Syntax
Description
simulates the model that contains data
= sldvlogsignals(model_block
)model_block
and logs the
input signals to the model_block
block.
model_block
must be a Simulink®
Model block. sldvlogsignals
records the logged
data in the structure data
.
simulates every test case in the data
= sldvlogsignals(harness_model
)harness_model
and logs the
input signals to the Test Unit block in the harness model. Generate
harness_model
by using Simulink
Design Verifier™ analysis, sldvmakeharness
, or slvnvmakeharness
(Simulink Coverage).
simulates every test case in the Signal Editor block of the
data
= sldvlogsignals(harness_model
, test_case_index
)harness_model
that specifies the
test_case_index
. sldvlogsignals
logs
the input signals to the Test Unit block in the harness model. If you omit
test_case_index
, sldvlogsignals
simulates every test case in the Signal Editor.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2010b