![]() |
OTX Reference
|
|
Sets the TestResult by a list of diagnostic trouble codes (DTC’s) More...
Public Attributes | |
ListTerm | diagnosticTroubleCodes |
A list of DTC's which shall be evaluated. The elements of the list shall be only of otx:CountableType. More... | |
ListTerm | ignoredDiagnosticTroubleCodes |
An optional list of DTC's which shall be ignored for the evaluation. The elements of the list shall be only of otx:CountableType. More... | |
TestResultStateVariable | testResultState |
This optional element represents the TestResultState variable which shall receive the state of the evaluation. More... | |
![]() | |
StringTerm | description |
This optional element can be used for a textual description of the test result. More... | |
MapTerm | properties |
This optional element can be used for setting properties of the test result (e.g. a print condition, an identifier for forwarding the result value to a downstream IT system). The keys and values of the map shall be only of otx:CountableType. More... | |
TestResultSeverityTerm | severity |
This element represents the TestResultSeverity of the test result. More... | |
TestResultContainerTerm | testResultContainer |
The TestResultContainer which shall receive the test result. More... | |
TestResultSessionTerm | testResultSession |
The TestResultSession in which the test results are to be handled. More... | |
![]() | |
OtxLink | validFor |
Cardinality [0..1] Validity of ActionRealisation. More... | |
Sets the TestResult by a list of diagnostic trouble codes (DTC’s)
The SetDtcTestResult activity to sets the result of a TestResultContainer within a TestResultSession by evaluating a list of diagnostic trouble codes (DTC’s). It is possible to define DTC's which are to be ignored for the evaluation. If a DTC exists in the diagnosticTroubleCodes list which is not included in the ignoredDiagnosticTroubleCodes list, the TestResultState shall be NOT_OK.
Exceptions.TestResultContainerException | If the TestResultContainer is a parent TestResultContainer with child TestResultContainers. |
Exceptions.TestResultException | If a test result value element is not valid for the test result handling framework, e.g. the data size of the actual value is too large. |
ListTerm OpenTestSystem.Otx.Extensions.TestResultHandling.Actions.SetDtcTestResult.diagnosticTroubleCodes |
A list of DTC's which shall be evaluated. The elements of the list shall be only of otx:CountableType.
ListTerm OpenTestSystem.Otx.Extensions.TestResultHandling.Actions.SetDtcTestResult.ignoredDiagnosticTroubleCodes |
An optional list of DTC's which shall be ignored for the evaluation. The elements of the list shall be only of otx:CountableType.
TestResultStateVariable OpenTestSystem.Otx.Extensions.TestResultHandling.Actions.SetDtcTestResult.testResultState |
This optional element represents the TestResultState variable which shall receive the state of the evaluation.