featureMeasurement
Lexicon: eco.wonderland.workcell.observation.data.defs
Type: object
Properties
Section titled “Properties”tableEntry
Section titled “tableEntry”Type: [ tableEntry ]
Type: int32
Required
Number of key-value pair represented as entry entities.
featurePersistentId
Section titled “featurePersistentId”Type: string
Required
UUID of the feature.
characteristicPersistentId
Section titled “characteristicPersistentId”Type: string
UUID of the characteristic.
measurementType
Section titled “measurementType”Type: string
Required
Class of measurement being performed. QIF 3:2018 Section 6.3
Examples: point, radius, angle, length, etc.
measurementValue
Section titled “measurementValue”Type: binary32
Required
Measurement based on the measurement type.
measurementUnits
Section titled “measurementUnits”Type: string
Required
Engineering units of the measurement.
characteristicStatus
Section titled “characteristicStatus”Type: characteristicStatus
Pass/fail value of the measurement.
uncertaintyType
Section titled “uncertaintyType”Type: uncertaintyType
Method used to compute standard uncertainty.
uncertainty
Section titled “uncertainty”Type: binary32
Uncertainty specified by uncertainty-type.
Referenced By
Section titled “Referenced By”- featureMeasurement
eco.wonderland.workcell.observation.event.defs
Schema
Section titled “Schema”{ "type": "object", "required": [ "count", "featurePersistentId", "measurementType", "measurementValue", "measurementUnits" ], "properties": { "tableEntry": { "type": "array", "items": { "type": "ref", "ref": "lex:eco.wonderland.workcell.observation.representation.defs#tableEntry" } }, "count": { "type": "integer" }, "featurePersistentId": { "type": "string" }, "characteristicPersistentId": { "type": "string" }, "measurementType": { "type": "string" }, "measurementValue": { "type": "bytes", "minLength": 4, "maxLength": 4 }, "measurementUnits": { "type": "string" }, "characteristicStatus": { "type": "ref", "ref": "#characteristicStatus" }, "uncertaintyType": { "type": "ref", "ref": "#uncertaintyType" }, "uncertainty": { "type": "bytes", "minLength": 4, "maxLength": 4 } }}