summaryrefslogtreecommitdiff
path: root/1055/CH14/EX14.7/ch14_7.sce
blob: 0738f5d79467d7057b3afb2f475f3d99b655250a (plain)
1
2
3
4
5
6
// To determine the ratio of CT on HV side
clear
clc;
Il=400*6.6/33;// line current on star side of PT(amps)
Ic=5/sqrt(3);// current in CT secondary 
mprintf(" the CT ratio on HT will be %d : %.3f",Il,Ic);