rtm_wrapper.engines#
RTM-specific engines.
Engines are wrappers around a specific RTM. They are responsible for
translating
rtm_wrapper.simulation.Inputstrees into the configuration for a specific RTM,running an RTM simulation, and
extracting desired outputs from the simulation results.
The majority of an engines behaves is defined by its
rtm_wrapper.engines.RTMEngine.params and
rtm_wrapper.engines.RTMEngine.outputs class variables.
These objects contain registries of callback functions that the engine will use to
implement the engine’s support for various input parameters or output values.