diff --git a/docs/source/data_and_models.rst b/docs/source/data_and_models.rst index 328802c..9294c3d 100644 --- a/docs/source/data_and_models.rst +++ b/docs/source/data_and_models.rst @@ -9,6 +9,7 @@ Currently PowerSAS.m supports extended PSAT (Matlab) data format. In addition, PSS/E data format can be easily converted to the PSAT data format using the ``psse2mpc`` function by MATPOWER and the ``matpower2psat`` function by PSAT. A sample code to convert a PSS/E *raw file to the PSAT format is below: + .. code:: matlab casename = 'ieee14' diff --git a/interface/data/d_mpc_temp.m b/interface/data/d_mpc_temp.m deleted file mode 100644 index beb7850..0000000 --- a/interface/data/d_mpc_temp.m +++ /dev/null @@ -1,79 +0,0 @@ -% 03/16/23 File data originated from Matpower data file -% - -Bus.con = [ ... - 1 69 1.03 0 1 1; - 2 69 1.02 -0.02798 1 1; - 3 69 1 -0.0601 1 1; - 4 69 0.9986 -0.07472 1 1; - 5 69 1.004 -0.06432 1 1; - 6 138 0.9987 -0.11 2 2; - 7 138 1.007 -0.08429 2 2; - 8 69 1.019 -0.02434 2 2; - 9 138 1.002 -0.1275 2 2; - 10 138 0.9935 -0.1302 2 2; - 11 138 0.9925 -0.1229 2 2; - 12 138 0.9864 -0.1289 2 2; - 13 138 0.984 -0.1338 2 2; - 14 138 0.9906 -0.1669 2 2; - ]; - -SW.con = [ ... - 1 100 69 1.03 0 1 -0.5 1.1 0.9 0.8144 1 1 1; - ]; - -PV.con = [ ... - 2 100 69 0.4 1.03 0.15 -0.4 1.1 0.9 1 1; - 3 100 69 0.4 1.01 0.15 -0.1 1.1 0.9 1 1; - 6 100 138 0.3 1.03 0.1 -0.06 1.1 0.9 1 1; - 8 100 69 0.35 1.03 0.1 -0.06 1.1 0.9 1 1; - ]; - -PQ.con = [ ... - 2 100 69 0.217 0.127 1.1 0.9 0 1; - 3 100 69 0.5 0.25 1.1 0.9 0 1; - 4 100 69 0.478 0.1 1.1 0.9 0 1; - 5 100 69 0.076 0.016 1.1 0.9 0 1; - 6 100 138 0.15 0.075 1.1 0.9 0 1; - 9 100 138 0.295 0.166 1.1 0.9 0 1; - 10 100 138 0.09 0.058 1.1 0.9 0 1; - 11 100 138 0.035 0.018 1.1 0.9 0 1; - 12 100 138 0.061 0.016 1.1 0.9 0 1; - 13 100 138 0.135 0.058 1.1 0.9 0 1; - 14 100 138 0.2 0.07 1.1 0.9 0 1; - 7 100 138 0 0 1.1 0.9 0 1; - ]; - -Shunt.con = [ ... - 9 100 138 60 0 0.19 1; - 14 100 138 60 0 0.15 1; - ]; - -Line.con = [ ... - 1 2 100 69 60 0 0 0.01938 0.05917 0.0528 0 0 1 1 0 1; - 1 5 100 69 60 0 0 0.05403 0.223 0.0492 0 0 1 1 0 1; - 2 3 100 69 60 0 0 0.04699 0.198 0.0438 0 0 1 1 0 1; - 2 4 100 69 60 0 0 0.05811 0.1763 0.034 0 0 1 1 0 1; - 2 5 100 69 60 0 0 0.05695 0.1739 0.0346 0 0 1 1 0 1; - 3 4 100 69 60 0 0 0.06701 0.171 0.0128 0 0 1 1 0 1; - 4 5 100 69 60 0 0 0.01335 0.04211 0 0 0 1 1 0 1; - 6 11 100 138 60 0 0 0.09498 0.1989 0 0 0 1 1 0 1; - 6 12 100 138 60 0 0 0.1229 0.2558 0 0 0 1 1 0 1; - 6 13 100 138 60 0 0 0.06615 0.1303 0 0 0 1 1 0 1; - 7 9 100 138 60 0 0 -0 0.11 0 0 0 1 1 0 1; - 9 10 100 138 60 0 0 0.03181 0.0845 0 0 0 1 1 0 1; - 9 14 100 138 60 0 0 0.1271 0.2704 0 0 0 1 1 0 1; - 10 11 100 138 60 0 0 0.08205 0.1921 0 0 0 1 1 0 1; - 12 13 100 138 60 0 0 0.2209 0.1999 0 0 0 1 1 0 1; - 13 14 100 138 60 0 0 0.1709 0.348 0 0 0 1 1 0 1; - 4 7 100 69 60 0 0.5 0 0.2091 0 0.9968 0 0.2 0.2 0 1; - 4 9 100 69 60 0 0.5 0 0.5562 0 0.9968 0 0.2 0.2 0 1; - 6 5 100 138 60 0 2 0 0.252 0 0.9968 0 0.5 0.5 0 1; - 8 7 100 69 60 0 0.5 0 0.1762 0 0.9968 0 0.5 0.5 0 1; - ]; - -Bus.names = {... - 'BUS1'; 'BUS2'; 'BUS3'; 'BUS4'; 'BUS5'; - 'BUS6'; 'BUS7'; 'BUS8'; 'BUS9'; 'BUS10'; - 'BUS11'; 'BUS12'; 'BUS13'; 'BUS14'}; -