Switch Controller#
- pydantic model gdm.DistributionSwitchController#
Interface for distribution switch controller.
- field delay: ')] [Required]#
Fixed delay added to the recloser trip time.
- field is_locked: Annotated[bool, FieldInfo(annotation=NoneType, required=True, description='Boolean value representing whether the switch is locked or not.')] [Required]#
Boolean value representing whether the switch is locked or not.
- field name: Annotated[str, FieldInfo(annotation=NoneType, required=False, default='', description='Name of the switch controller.')] = ''#
Name of the switch controller.
- field normal_state: Annotated[Literal['open', 'close'], FieldInfo(annotation=NoneType, required=True, description='Action to open or close the switch after delay time.')] [Required]#
Action to open or close the switch after delay time.