Fixing website and API documentation links
[PyCIM.git] / CIM14 / IEC61970 / Dynamics / ExcitationSystems / __init__.py
blobbba40d38d4a76f9b54b1e3fa00352c057fa417ea
1 # Copyright (C) 2010-2011 Richard Lincoln
3 # Permission is hereby granted, free of charge, to any person obtaining a copy
4 # of this software and associated documentation files (the "Software"), to
5 # deal in the Software without restriction, including without limitation the
6 # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
7 # sell copies of the Software, and to permit persons to whom the Software is
8 # furnished to do so, subject to the following conditions:
10 # The above copyright notice and this permission notice shall be included in
11 # all copies or substantial portions of the Software.
13 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16 # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
18 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
19 # IN THE SOFTWARE.
22 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcitationSystem import ExcitationSystem
23 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcDC4B import ExcDC4B
24 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcAC1A import ExcAC1A
25 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcSEXS import ExcSEXS
26 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcAC6A import ExcAC6A
27 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcDC3A import ExcDC3A
28 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcBBC import ExcBBC
29 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcST7B import ExcST7B
30 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcSCRX import ExcSCRX
31 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcAC5A import ExcAC5A
32 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcREXS import ExcREXS
33 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcELIN1 import ExcELIN1
34 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcST3A import ExcST3A
35 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcSK2 import ExcSK2
36 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcPIC import ExcPIC
37 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcST5B import ExcST5B
38 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcCZ import ExcCZ
39 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcST1A import ExcST1A
40 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcDC1A import ExcDC1A
41 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcAC3A import ExcAC3A
42 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcAC4A import ExcAC4A
43 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcAC2A import ExcAC2A
44 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcWT2E import ExcWT2E
45 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcDC2A import ExcDC2A
46 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcAC8B import ExcAC8B
47 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcST2A import ExcST2A
48 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcHU import ExcHU
49 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcBAS import ExcBAS
50 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcSK import ExcSK
51 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcWT3E import ExcWT3E
52 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcST6B import ExcST6B
53 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcELIN2 import ExcELIN2
54 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcST4B import ExcST4B
55 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcAC7B import ExcAC7B
56 from CIM14.IEC61970.Dynamics.ExcitationSystems.ExcWT4E import ExcWT4E
58 nsURI = "http://iec.ch/TC57/2009/CIM-schema-cim14#ExcitationSystems"
59 nsPrefix = "cimExcitationSystems"