velocityMeasureType
Description
Specifies a velocity, including units (default is metre per second - MTS).
The velocityMeasureType schema inherits from measurementType.
Properties
Name | Description | Required | Type |
---|---|---|---|
Units | Defines the unit of measure for velocity. Prefered units are MTS (UN-CEFACT for metre per second). | No | uncefactVelocityUnits |
Measurement | The value (in units) of the quantity observed. | No | Number |
Resolution | The smallest measurement difference (in units) that can be discriminated given the current device settings. | No | Number |
Examples
Example 1
{
"measurement": 7.1,
"resolution": 0.1,
"units": "MTS"
}
Example 2
{
"measurement": 25.7,
"resolution": 0.1,
"units": "KMH"
}