Chapter 58 Applications of Switchgear

Example 58_1 pgno:159

In [1]:
g=15.;
p=10.;
o=8.;
d=1.;
c=3.;
y=o+d+c;
oc=g*p/y;
print"the overcurrent factor=",oc
the overcurrent factor= 12.5