%
% System data has the form:
%SYSTEM    name            baseMVA    Voltage Tolerance
SYSTEM  Test_System          100            0.05
%
% Bus data has the form:
%BUS name       volts
BUS One         1.00 
BUS Two         1.00 
BUS Three       1.00 
%
% Transmission line data has the form:
%LINE    from        to      Rse    Xse    Gsh    Bsh    X0     Vis  Rating(MVA)
LINE   One       Three      0.000  0.180  0.000  0.000  0.343     3     100
LINE   Two       Three      0.000  0.160  0.000  0.000  0.160     2     100
%
% Generator data has the form:
%GENERATOR  bus       R      Xs     Xp     Xpp    X2     X0 
GENERATOR   One     0.00    0.0    0.00   0.15   0.15   0.05
GENERATOR   Two     0.00    0.0    0.00   0.30   0.30   0.10
%
% type data has the form:
%FAULT   bus     Calc Type   Calc_time (0=all;1=sub;2=trans;3=ss)
FAULT   Three       SLG          1
