api.task_logic¶
- pydantic model aind_behavior_device_water_tuner.task_logic.AindBehaviorWaterTunerParameters[source]¶
Bases:
TaskParameters- Config:
extra: str = allow
validate_assignment: bool = True
validate_default: bool = True
strict: bool = True
str_strip_whitespace: bool = True
- Fields:
- Validators:
- field repeat_count: int = 200[source]¶
Number of times the valve opened per measure valve_open_time entry
- Constraints:
ge = 1
- pydantic model aind_behavior_device_water_tuner.task_logic.AindBehaviorWaterTunerTaskLogic[source]¶
Bases:
AindBehaviorTaskLogicModelWaterTuner operation control model that is used to run a calibration data acquisition workflow
- Config:
extra: str = forbid
validate_assignment: bool = True
validate_default: bool = True
strict: bool = True
str_strip_whitespace: bool = True
- Fields:
- Validators:
coerce_version»version
- field task_parameters: AindBehaviorWaterTunerParameters [Required][source]¶