summaryrefslogtreecommitdiff
path: root/1067/CH20/EX20.09/20_9.sce
blob: 1c4a991b6519f4b3e3a5bf10ab612f83fbbde5d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clc;
clear;
rb=100e6;
rf=1e6;
v=3.3e3;
x=rf/rb;
xpu=.6;
xtot=x+xpu;
rf2=rf/xtot;
rf2=round(rf2/1e4)*1e4;
If=rf2/(1.72*v);
If=fix(If);
mprintf("the fault level is=%fMVA\n the fault current=%dA",rf2/1e6,If);;