Processor

class eagerx.core.specs.ProcessorSpec(params)[source]

A parameter specification that specifies how BaseEnv should initialize the processor.

property config: eagerx.core.view.SpecView

Provides an API to get/set the parameters to initialize.

Return type

SpecView

Returns

(mutable) API to get/set parameters.