summaryrefslogtreecommitdiff
path: root/1067/CH20/EX20.23/20_23.sce
blob: 49d221a8434f4413b5afc442bd56569b33de3fa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
clear;
clc;
v=400e3;
mvan=30000e6;
mw=1500e6;
mvac=600e6;
n=mvan/mw;
mvae=mvan-mvac;////the difference in result is due to erroneous calculation in textbook.
e=mvae/mw;
mprintf("the SC raio=%d\neffective fault level=%fMVA\neffective circuit level of HVDC system(ESCR)=%f",n,mvae/1e6,e);
disp('the difference in result is due to erroneous calculation in textbook.');