axisDataSet
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
X-component of axis.
Type: binary32
Y-component of axis.
Type: binary32
Z-component of axis.
Referenced By
Section titled “Referenced By”- axis
eco.wonderland.workcell.device.configuration.motion.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 } }}