Fuse Equipment#
- pydantic model gdm.distribution.equipment.MatrixImpedanceFuseEquipment#
Data model for impedance based fuse 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 delay: ')] [Required]#
Delay time before blowing the fuse.
- 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 tcc_curve: Annotated[TimeCurrentCurve, FieldInfo(annotation=NoneType, required=True, description='Time current curve')] [Required]#
Time current curve
- field uuid: UUID [Optional]#
- field x_matrix: Annotated[ReactancePULength, PINT_SCHEMA, Field(..., description='Per unit length reactance matrix.')] [Required]#
Per unit length reactance matrix.