def calculate_transformer_terminal_fault(self): """ Calculates Isc at the transformer secondary terminals using the Infinite Bus method. """ # Full Load Amps fla = (self.transformer_kva * 1000) / (1.732 * self.voltage)
For deeper technical study, you can refer to these specialized papers and manuals:
please wait...