%SYSTEM    name       baseMVA    Tolerance
SYSTEM    Ex_12_4      100          0.05
%
% Bus data has the form:
%BUS name       volts  
BUS One         1.00   
BUS Two         1.00   
BUS Three       1.00   
BUS Four        1.00   
%
% Transmission line data has the form:
%LINE    from        to      Rse    Xse    Gsh    Bsh    X0     Vis 
LINE   One       Two        0.000  0.200  0.000  0.000  0.000     0 
LINE   One       Four       0.000  0.150  0.000  0.000  0.000     0 
LINE   Two       Three      0.000  0.200  0.000  0.000  0.000     0 
LINE   Two       Four       0.000  0.400  0.000  0.000  0.000     0 
LINE   Three     Four       0.000  0.200  0.000  0.000  0.000     0 
%
% Generator data has the form:
%GENERATOR  bus       R      Xs     Xp     Xpp     X2     X0 
GENERATOR   One     0.000  1.100  0.350   0.220   0.00   0.00
%						    
% Motor data has the form:
%MOTOR   bus       R      Xs     Xp     Xpp     X2     X0 
MOTOR   Three    0.000  1.600  0.475   0.300   0.00   0.00
%
% type data has the form:
%FAULT   bus     Calc Type   Calc_time (0=all;1=sub;2=trans;3=ss)
FAULT   Two         3P           1
