Switch Equipment#

pydantic model gdm.MatrixImpedanceSwitchEquipment#

Interface for matrix impedance based recloser equipment.

field ampacity: Annotated[PositiveCurrent, PINT_SCHEMA, Field(..., description='Ampacity of the conducotr.')] [Required]#

Ampacity of the conducotr.

field c_matrix: Annotated[CapacitancePULength, PINT_SCHEMA, Field(..., description='Per unit length capacitance matrix.')] [Required]#

Per unit length capacitance matrix.

field controller: Annotated[DistributionSwitchController | None, FieldInfo(annotation=NoneType, required=False, default=None, description='Optional controller for this switch.')] = None#

Optional controller for this switch.

field loading_limit: Annotated[ThermalLimitSet | None, Field(None, description='Loading limit set for this conductor.')] = None#

Loading limit set for this conductor.

field r_matrix: Annotated[ResistancePULength, PINT_SCHEMA, Field(..., description='Per unit length resistance matrix.')] [Required]#

Per unit length resistance matrix.

field x_matrix: Annotated[ReactancePULength, PINT_SCHEMA, Field(..., description='Per unit length reactance matrix.')] [Required]#

Per unit length reactance matrix.