iblrig.pydantic_definitions.HardwareSettingsFrame2TTL
- class iblrig.pydantic_definitions.HardwareSettingsFrame2TTL[source]
-
- model_computed_fields: ClassVar[Dict[str, ComputedFieldInfo]] = {}
A dictionary of computed field names and their corresponding ComputedFieldInfo objects.
- model_config: ClassVar[ConfigDict] = {}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- model_fields: ClassVar[Dict[str, FieldInfo]] = {'COM_F2TTL': FieldInfo(annotation=Union[str, NoneType], required=True), 'F2TTL_CALIBRATION_DATE': FieldInfo(annotation=Union[date, NoneType], required=True), 'F2TTL_DARK_THRESH': FieldInfo(annotation=int, required=True), 'F2TTL_LIGHT_THRESH': FieldInfo(annotation=int, required=True)}
Metadata about the fields defined on the model, mapping of field names to [FieldInfo][pydantic.fields.FieldInfo] objects.
This replaces Model.__fields__ from Pydantic V1.