Extensions.Measure.GetMeasurementStatus

From emotive
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 | [...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

Icons Note.png 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