Extensions.Measure.GetMeasurementStatus
Revision as of 06:54, 6 August 2014 by Nb (talk | contribs) (Created page with "Category:Measure == Classification == {{ClassificationActivity | GetMeasurementStatus | Gets the status of a measurement | Term | OTX Measure extension | [...")
Contents
Classification
Name | GetMeasurementStatus |
Short Description | Gets the status of a measurement |
Class | Term |
Extension | OTX Measure extension |
Group | Measurement related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
String GetMeasurementStatus(Measurement measurement);
Description
This term gets the status of a measurement. The status of the measurement reflects the situation of the generation of the measurement. The returned status is a String
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
String | The status of a measurement. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Measurement | Measurement | Term | - | [1] | The measurement whose status is acquired. |
Examples
String result = GetMeasurementStatus(measurement);
See also
GetMeasurementTimestamp
GetMeasurementQuantity
GetMeasurementFloatValue
IsValidMeasurement