bpod_core.fsm.GlobalTimers
- class bpod_core.fsm.GlobalTimers
Bases:
ValidatedDict[Annotated[int, FieldInfo(annotation=NoneType, required=True, title='Index', json_schema_extra={'pattern': '^\d+$'}, metadata=[Ge(ge=0)])], GlobalTimer]
A collection of global timers.
- model_config: ClassVar[ConfigDict] = {'title': 'Global Timers'}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].