Package CIM14 :: Package ENTSOE :: Package Equipment :: Module IEC61970CIMVersion' :: Class IEC61970CIMVersion
[hide private]
[frames] | no frames]

Class IEC61970CIMVersion

      object --+    
               |    
Element'.Element --+
                   |
                  IEC61970CIMVersion

This is the IEC 61970 CIM version number assigned to this UML model file.- The two IEC61970CIMVersion attributes should be assigned the values defined as the initial values in the CIM UML. Currently the initial value for version is IEC61970CIM14v15. The current initial value for date is 2010-04-28.

Instance Methods [hide private]
 
__init__(self, date='', version='', *args, **kw_args)
Initialises a new 'IEC61970CIMVersion' instance.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'date': <type 'str'>, 'version': <type 'str'>}
  _attrs = ['date', 'version']
  _defaults = {'date': '', 'version': ''}

Inherited from Element'.Element (private): _enums, _many_refs, _refs

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, date='', version='', *args, **kw_args)
(Constructor)

 

Initialises a new 'IEC61970CIMVersion' instance.

Parameters:
  • date - Form is YYYY-MM-DD for example for January 5, 2009 it is 2009-01-05.
  • version - Form is IEC61970CIMXXvYY where XX is the major CIM package version and the YY is the minor version. For ecample IEC61970CIM13v18.
Overrides: object.__init__