Difference between revisions of "Extensions.DiagCom.GetRepetitionTime"
Jump to navigation
Jump to search
(Created page with "Category:DiagCom == Classification == {{ClassificationActivity | GetRepetitionTime | Cycle time of a diagnostic service | Term | OTX DiagCom extension | ...") |
|||
Line 27: | Line 27: | ||
[[CreateDiagServiceBySemantic]] <br/> | [[CreateDiagServiceBySemantic]] <br/> | ||
[[GetDiagServiceListBySemantic]] <br/> | [[GetDiagServiceListBySemantic]] <br/> | ||
− | [[ | + | [[GetDiagServiceFromResult]] |
Revision as of 09:44, 16 July 2014
Classification
Name | GetRepetitionTime |
Short Description | Cycle time of a diagnostic service |
Class | Term |
Extension | OTX DiagCom extension |
Group | DiagService related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
GetRepetitionTime(DiagService diagService, Integer repetitionTime);
Description
The GetRepetitionTimeterm accepts a DiagService and returns the currently set repetition cycle time of that diag service in milliseconds (ms).
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Result | Integer | Return | - | - | Repetition time of DiagService. |
DiagService | DiagService | Term | - | [1] | Diagnostics Service. |
Examples
Integer repetitionTime = GetRepetitionTime(diagService);
See also
CreateDiagServiceByName
CreateDiagServiceBySemantic
GetDiagServiceListBySemantic
GetDiagServiceFromResult