Classification
Pseudo-Code Syntax
Parameter GetParameterBySemantic(ParameterContainer container, String semantic);
Description
The GetParameterBySemantic term is from a container parameters to the corresponding parameter. The parameter is a Semantic Attribute selected.
Return Value
The Term returns the value, see table below.
|
|
In OTX, Terms are categorized according to its return data type!
|
| Data Type |
Description
|
| Parameter |
Parameter object.
|
Properties
| Name |
Data Type |
Class |
Default |
Cardinality |
Description
|
| ParameterContainer |
ParameterContainer |
Term |
- |
[1] |
Container, which is read out from the parameter.
|
| Semantic |
String |
Term |
"" |
[1] |
Semantic attribute to classify the diagnostic services (eg: "DEFAULT FAULTREAD" or "IDENTIFICATION").
|
Examples
Parameter result = GetParameterBySemantic(container, "IDENTIFICATION");
See also
GetParameterByPath
GetParameterName
GetParameterSemantic
GetParameterValue
GetParameterAsList
ExecuteDiagService