Difference between revisions of "Extensions.Measure.Measurement"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:Data Type '''Measurement'''}}Category:DataTypeCategory:Measure == Classification == {{ClassificationDataType | Measurement| Container for a specific mea...")
 
m (Hb moved page Measurement to Extensions.Measure.Measurement: #3153)
(No difference)

Revision as of 02:11, 16 February 2016

Classification

Name Measurement
Short Description Container for a specific measurement
Class Complex Data Type
Base Data Type -
Default Value Empty
Provide a Literal No
SpecifiedBy ISO 13209-3
Standard Compliant Yes

Description

Measurement is used as a container for a specific measurement. It contains a timestamp of the measurement, the measurement status, and the measurand.

The inner values of a measurement may by the terms GetMeasurementQuantity, GetMeasurementTimestamp, GetMeasurementStatus, IsValidMeasurement and GetMeasurementValue are used.

Core Conversion

The following table shows the rules for conversion to another data type:

Conversion Result Sample
ToBoolean Undefined (should not be used)
ToInteger Undefined (should not be used)
ToFloat Undefined (should not be used)
ToString Returns the value of measurement variable Measurement measureMentVariable = 1 km; String s = ToString(measureMentVariable); // Returns "1 km"
ToByteField Undefined (should not be used)