specificationLimits
Lexicon: eco.wonderland.workcell.device.configuration.specification.defs
Type: object
Set of limits that define a range of values designating acceptable performance for a variable.
Properties
Section titled “Properties”upperLimit
Section titled “upperLimit”Type: upperLimit
nominal
Section titled “nominal”Type: nominal
lowerLimit
Section titled “lowerLimit”Type: lowerLimit
Referenced By
Section titled “Referenced By”- processSpecification
eco.wonderland.workcell.device.configuration.specification.defs
Schema
Section titled “Schema”{ "type": "object", "properties": { "upperLimit": { "type": "ref", "ref": "#upperLimit" }, "nominal": { "type": "ref", "ref": "#nominal" }, "lowerLimit": { "type": "ref", "ref": "#lowerLimit" } }}