bpod_core.fsm.Actions
- class bpod_core.fsm.Actions
Bases:
ValidatedDict[Annotated[str, FieldInfo(annotation=NoneType, required=True, title='Output Action Name', description='The name of the output action', metadata=[MinLen(min_length=1)])], Annotated[int, FieldInfo(annotation=NoneType, required=True, title='Output Action Value', description='The integer value of the output action', metadata=[Ge(ge=0), Le(le=255)])]]
A collection of actions.
- model_config: ClassVar[ConfigDict] = {'title': 'Actions'}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].