Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfLocations :: Module Zone' :: Class Zone
[hide private]
[frames] | no frames]

Class Zone

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
         IEC61968.Common.Location'.Location --+
                                              |
                                             Zone

Area divided off from other areas. It may be part of the electrical network, a land area where special restrictions apply, weather areas, etc. For weather, it is an area where a set of relatively homogenous weather measurements apply.Area divided off from other areas. It may be part of the electrical network, a land area where special restrictions apply, weather areas, etc. For weather, it is an area where a set of relatively homogenous weather measurements apply.

Instance Methods [hide private]
 
__init__(self, kind='weatherZone', *args, **kw_args)
Initialises a new 'Zone' instance.

Inherited from IEC61968.Common.Location'.Location: addAssets, addChangeItems, addCrews, addDirections, addErpOrganisations, addHazards, addLandProperties, addMeasurements, addPositionPoints, addPowerSystemResources, addRedLines, addRoutes, getAssets, getChangeItems, getCoordinateSystem, getCrews, getDimensionsInfo, getDirections, getErpOrganisations, getHazards, getLandProperties, getMeasurements, getPositionPoints, getPowerSystemResources, getRedLines, getRoutes, removeAssets, removeChangeItems, removeCrews, removeDirections, removeErpOrganisations, removeHazards, removeLandProperties, removeMeasurements, removePositionPoints, removePowerSystemResources, removeRedLines, removeRoutes, setAssets, setChangeItems, setCoordinateSystem, setCrews, setDimensionsInfo, setDirections, setErpOrganisations, setHazards, setLandProperties, setMeasurements, setPositionPoints, setPowerSystemResources, setRedLines, setRoutes

Inherited from Core.IdentifiedObject'.IdentifiedObject: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, setNames

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

Class Variables [hide private]
  _attr_types = {'kind': <type 'str'>}
  _attrs = ['kind']
  _defaults = {'kind': 'weatherZone'}
  _enums = {'kind': 'ZoneKind'}
  _many_refs = []
  _refs = []

Inherited from IEC61968.Common.Location'.Location: electronicAddress, mainAddress, phone1, phone2, secondaryAddress, status

Properties [hide private]

Inherited from IEC61968.Common.Location'.Location: Assets, ChangeItems, CoordinateSystem, Crews, DimensionsInfo, Directions, ErpOrganisations, Hazards, LandProperties, Measurements, PositionPoints, PowerSystemResources, RedLines, Routes

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, kind='weatherZone', *args, **kw_args)
(Constructor)

 

Initialises a new 'Zone' instance.

Parameters:
  • kind - Kind of this zone. Values are: "weatherZone", "other", "specialRestrictionLand", "electricalNetwork"
Overrides: object.__init__