Distribution Limitsets#

pydantic model gdm.VoltageLimitSet#

Interface for voltage limit set.

field limit_type: Annotated[LimitType, FieldInfo(annotation=NoneType, required=True, description='Limit type used.')] [Required]#

Limit type used.

field name: Annotated[str, FieldInfo(annotation=NoneType, required=False, default='', description='Name of the voltage limit set.')] = ''#

Name of the voltage limit set.

field value: ')] [Required]#

Voltage threshold.

pydantic model gdm.ThermalLimitSet#

Interface for voltage limit set.

field limit_type: Annotated[LimitType, FieldInfo(annotation=NoneType, required=True, description='Limit type used.')] [Required]#

Limit type used.

field name: Annotated[str, FieldInfo(annotation=NoneType, required=False, default='', description='Name of the thermal limit set.')] = ''#

Name of the thermal limit set.

field value: ')] [Required]#

Current threshold.