summaryrefslogtreecommitdiff
path: root/371/CH5/EX5.6/5_6.sci
blob: c5ffd26df5d46e93491b695bfe7e7822ec6d89e6 (plain)
1
2
3
4
5
6
7
8
9
//Line commuted Converters//
//Example 5.6//
E2=230;//AC line voltage in volts//
Emax=sqrt(2)*E2;
C=cos(13*%pi/180);//cosine value of the commutational angle//
Xt=0.16;//effective reactance of the thyristor in ohms//
Id=(1-C)*E2*sqrt(3)/Xt;//AC load current in amperes//
printf('AC load current=Id=%famps',Id);