Switch Equipment#

pydantic model gdm.distribution.equipment.MatrixImpedanceSwitchEquipment#

Data model for matrix impedance based recloser equipment.

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

Ampacity of the conductor.

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 name: Annotated[str, Field(frozen=True)] [Required]#
field r_matrix: Annotated[ResistancePULength, PINT_SCHEMA, Field(..., description='Per unit length resistance matrix.')] [Required]#

Per unit length resistance matrix.

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

Per unit length reactance matrix.