Solar Equipment#
- pydantic model gdm.SolarEquipment#
Interface for Solar Model.
- field rated_capacity: ')] [Required]#
Active power rating of the Solar PV array.
- field reactance: Annotated[float, FieldInfo(annotation=NoneType, required=True, description='Percentage internal reactance for the PV array.', metadata=[Strict(strict=True), Ge(ge=0), Le(le=100)])] [Required]#
Percentage internal reactance for the PV array.
- field resistance: Annotated[float, FieldInfo(annotation=NoneType, required=True, description='Percentage internal resistance for the PV array.', metadata=[Strict(strict=True), Ge(ge=0), Le(le=100)])] [Required]#
Percentage internal resistance for the PV array.
- field solar_power: ')] [Required]#
The DC active power that is generated by the solar equipment.