electricpy.fault.ct_satratburden

electricpy.fault.ct_satratburden(Inom, VArat=None, ANSIv=None, ALF=20)[source]

Electrical Current Transformer (CT) Saturation at Rated Burden Calculator.

A function to determine the Saturation at rated burden.

Vsaturated=ALFVAratedInominal

where:

VArated=InominalANSIvoltage20
Parameters:
Inom : float

Nominal Current

VArat : float, optional, exclusive

The apparent power (VA) rating of the CT.

ANSIv : float, optional, exclusive

The ANSI voltage requirement to meet.

ALF : float, optional

Accuracy Limit Factor, default=20.

Returns:

Vsat – The saturated voltage.

Return type:

float