Skip to content

featureMeasurement

Lexicon: eco.wonderland.workcell.observation.data.defs
Type: object

Type: [ tableEntry ]

Type: int32
Required

Number of key-value pair represented as entry entities.

Type: string
Required

UUID of the feature.

Type: string

UUID of the characteristic.

Type: string
Required

Class of measurement being performed. QIF 3:2018 Section 6.3 Examples: point, radius, angle, length, etc.

Type: binary32
Required

Measurement based on the measurement type.

Type: string
Required

Engineering units of the measurement.

Type: characteristicStatus

Pass/fail value of the measurement.

Type: uncertaintyType

Method used to compute standard uncertainty.

Type: binary32

Uncertainty specified by uncertainty-type.

{
"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
}
}
}
© Lookinglass 2026