Retrieve signal range coverage information from cvdata
object
[min, max]
= sigrangeinfo(cvdo, object)
[min, max]
= sigrangeinfo(cvdo, object, portID)
[
returns
the minimum and maximum signal values output by the model component min
, max
]
= sigrangeinfo(cvdo
, object
)object
within
the cvdata
object cvdo
.
[
returns
the minimum and maximum signal values associated with the output port min
, max
]
= sigrangeinfo(cvdo
, object
, portID
)portID
of
the Simulink® block object
.
|
| ||||||||||||||||||
|
An object in the model or Stateflow® chart that receives
signal range coverage. Valid values for
| ||||||||||||||||||
|
Output port of the block |
|
Maximum signal value output by the model component |
|
Minimum signal value output by the model component |
Use the coverage settings to collect signal range coverage for a model:
Open the model for which you want to collect signal range coverage.
In the Model Editor, select Model Settings on the Modeling tab.
On the Coverage pane of the Configuration Parameters dialog box, select Enable coverage analysis.
Under Coverage metrics, select Signal Range.
Click OK to close the Configuration Parameters dialog box and save your changes.
Simulate the model by clicking the Run button and review the results.
complexityinfo
| conditioninfo
| cvsim
| decisioninfo
| getCoverageInfo
| mcdcinfo
| overflowsaturationinfo
| sigsizeinfo
| tableinfo