scaleDataSet
Lexicon: eco.wonderland.workcell.device.data.defs
Type: object
Properties
Section titled “Properties”Type: int32
Required
Number of entry elements for the observation.
Type: [ entry ]
Type: binary32
Multiplier for X axis.
Type: binary32
Multiplier for Y axis.
Type: binary32
Multiplier for Z axis.
Referenced By
Section titled “Referenced By”- scale
eco.wonderland.workcell.device.configuration.model.defs
Schema
Section titled “Schema”{ "type": "object", "required": [ "count" ], "properties": { "count": { "type": "integer" }, "entry": { "type": "array", "items": { "type": "ref", "ref": "lex:eco.wonderland.workcell.observation.representation.defs#entry" } }, "x": { "type": "bytes", "minLength": 4, "maxLength": 4 }, "y": { "type": "bytes", "minLength": 4, "maxLength": 4 }, "z": { "type": "bytes", "minLength": 4, "maxLength": 4 } }}