Adding CDPSM package.
[PyCIM.git] / CIM14 / Dynamics / PowerSystemStabilizers / __init__.py
blob2dadebd080e56de0ac106f53d2ed9b0760bc0cc8
1 # Copyright (C) 2010 Richard Lincoln
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License, or (at your option) any later version.
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 # Lesser General Public License for more details.
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA, USA
18 nsPrefix = "cimPowerSystemStabilizers"
19 nsURI = "http://iec.ch/TC57/2009/CIM-schema-cim14#PowerSystemStabilizers"
21 from CIM14.Dynamics.PowerSystemStabilizers.PowerSystemStabilizer import PowerSystemStabilizer
22 from CIM14.Dynamics.PowerSystemStabilizers.PssIEEE3B import PssIEEE3B
23 from CIM14.Dynamics.PowerSystemStabilizers.PssSK import PssSK
24 from CIM14.Dynamics.PowerSystemStabilizers.PssIEEE4B import PssIEEE4B
25 from CIM14.Dynamics.PowerSystemStabilizers.PssIEEE1A import PssIEEE1A
26 from CIM14.Dynamics.PowerSystemStabilizers.PssPTIST1 import PssPTIST1
27 from CIM14.Dynamics.PowerSystemStabilizers.PssIEEE2B import PssIEEE2B
28 from CIM14.Dynamics.PowerSystemStabilizers.PssSB import PssSB
29 from CIM14.Dynamics.PowerSystemStabilizers.PssSB4 import PssSB4
30 from CIM14.Dynamics.PowerSystemStabilizers.PssSH import PssSH
31 from CIM14.Dynamics.PowerSystemStabilizers.PssPTIST3 import PssPTIST3
32 from CIM14.Dynamics.PowerSystemStabilizers.PssWSCC import PssWSCC
34 class InputSignalCodeJ(str):
35 """Values are: 2, 4, 3, 5, 1, 6
36 """
37 pass