exopy.tasks.configs.loop_config module

Configurer dedicated to the LoopTask allowing to specify a task to embed.

class exopy.tasks.configs.loop_config.LoopTaskConfig(**kwargs)[source]

Bases: exopy.tasks.configs.base_configs.PyTaskConfig

Special configurer allowing to embed a task into a LoopTask.

use_subtask

Whether or not to embed a subtask.

subtask

Embedded task id.

subconfig

Configurer for the subtask.

subview

View of the configurer

check_parameters()[source]

Ensure that both this config and the subconfig parameters are valid.

build_task()[source]

Build the task and the potential subtask.