Fault Loop Calculator · No Sign-up

Returns: Tuple of (resistance ohms, reactance ohms) """ resistivity = cable.RESISTIVITY[cable.material]

Returns: Dictionary with fault loop impedance details """ # Source impedance r_source, x_source = self.source_impedance(available_fault_current) total_r = r_source total_x = x_source fault loop calculator

: Provides corrective actions when impedance is too high Returns: Tuple of (resistance ohms, reactance ohms) """

A Fault Loop Calculator typically utilizes specific input variables to produce an output of maximum permissible impedance or prospective fault current ($I_{pf}$). Returns: Tuple of (resistance ohms

The Fault Loop Calculator serves three critical functions in electrical engineering:

multi_cables = [ CableData(length=30, cross_section_phase=16, cross_section_earth=16, material='copper'), CableData(length=20, cross_section_phase=6, cross_section_earth=6, material='copper'), CableData(length=15, cross_section_phase=2.5, cross_section_earth=2.5, material='copper') ]

print(f"{size:<20} {max_length:<15.1f} {(max_zs):<10.2f}")