bpod_core.fsm.Condition

class bpod_core.fsm.Condition

Bases: BaseModel

A condition in the state machine.

channel: Annotated[str]
model_config: ClassVar[ConfigDict] = {'title': 'Condition', 'validate_assignment': True}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

value: Annotated[bool]