parameterSet
Lexicon: eco.wonderland.workcell.asset.configuration.defs
Type: object
Set of parameters.
Properties
Section titled “Properties”Type: string
Name of the parameter set if more than one exists.
parameters
Section titled “parameters”Type: [ parameter ]
Required
Referenced By
Section titled “Referenced By”- componentConfigurationParameters
eco.wonderland.workcell.asset.configuration.defs
Schema
Section titled “Schema”{ "type": "object", "required": [ "parameters" ], "properties": { "name": { "type": "string" }, "parameters": { "type": "array", "minLength": 1, "items": { "type": "ref", "ref": "#parameter" } } }}