sltest.testmanager.ComparisonSignalResult class
Package: sltest.testmanager
Access signal comparison results from a baseline or equivalence result
Description
You can access the results of a data comparison (such as a baseline or equivalence
test) with instances of
sltest.testmanager.ComparisonSignalResult
.
Creation
getComparisonSignalResults(cr)
creates instances of
sltest.testmanager.ComparisonSignalResult
, where
cr
is a sltest.testmanager.ComparisonRunResult
object.
Properties
Outcome
— Comparison result
sltest.testmanager.ComparisonSignalOutcomes
object
Pass or fail result of the run comparison, specified as a
sltest.testmanager.ComparisonSignalOutcomes
object.
Attributes:
SetAccess | private |
GetAccess | public |
Baseline
— Baseline signal
Simulink.sdi.Signal
object
Baseline signal, specified as a Simulink.sdi.Signal
object.
Attributes:
SetAccess | private |
GetAccess | public |
ComparedTo
— Output signal
Simulink.sdi.Signal
object
Output signal, specified as a Simulink.sdi.Signal
object.
Attributes:
SetAccess | private |
GetAccess | public |
Difference
— Baseline – output delta
Simulink.sdi.Signal
object
Difference signal between baseline and output, specified as a
Simulink.sdi.Signal
object.
Attributes:
SetAccess | private |
GetAccess | public |
Methods
Public Methods
getComparisonSignalResults | Get test signal comparison result from comparison run result |
Examples
Get Comparison Results of a Baseline Test
This example shows how to programmatically get the comparison results of the second iteration of a baseline test case.
1. Get the path to the test file, then run the test file.
extf = 'sltestTestCaseRealTimeReuseExample.mldatx';
tf = sltest.testmanager.TestFile(extf);
ro = run(tf);
2. Get the test iteration results.
tfr = getTestFileResults(ro); tsr = getTestSuiteResults(tfr); tcr = getTestCaseResults(tsr); tir = getIterationResults(tcr);
3. Get the comparison run result of iteration 2.
cr2 = getComparisonResult(tir(2))
cr2 = ComparisonRunResult with properties: Outcome: Passed
4. Get the comparison signal result of the run result.
cr2sig = getComparisonSignalResults(cr2)
cr2sig = 1×2 ComparisonSignalResult array with properties: Outcome Baseline ComparedTo Difference
5. Clear the results and the Test Manager.
sltest.testmanager.clearResults; sltest.testmanager.clear; sltest.testmanager.close;
Version History
Introduced in R2017b
MATLAB 命令
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)