Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfMetering :: Module GasMeteringFunction' :: Class GasMeteringFunction
[hide private]
[frames] | no frames]

Class GasMeteringFunction

                                object --+                
                                         |                
                          Element'.Element --+            
                                             |            
       Core.IdentifiedObject'.IdentifiedObject --+        
                                                 |        
      IEC61968.Assets.AssetFunction'.AssetFunction --+    
                                                     |    
IEC61968.Metering.EndDeviceFunction'.EndDeviceFunction --+
                                                         |
                                                        GasMeteringFunction

Functionality performed by a gas meter. It's entirely possible that the metering system would carry information to/from gas meters even though it was built primarily to carry the higher-value electric meter data.Functionality performed by a gas meter. It's entirely possible that the metering system would carry information to/from gas meters even though it was built primarily to carry the higher-value electric meter data.

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

Inherited from IEC61968.Metering.EndDeviceFunction'.EndDeviceFunction: addEndDeviceEvents, addRegisters, getComEquipment, getEndDevice, getEndDeviceEvents, getRegisters, removeEndDeviceEvents, removeRegisters, setComEquipment, setEndDevice, setEndDeviceEvents, setRegisters

Inherited from IEC61968.Assets.AssetFunction'.AssetFunction: getAsset, setAsset

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 = {}
  _attrs = []
  _defaults = {}
  _many_refs = []
  _refs = []

Inherited from Element'.Element (private): _enums

Properties [hide private]

Inherited from IEC61968.Metering.EndDeviceFunction'.EndDeviceFunction: ComEquipment, EndDevice, EndDeviceEvents, Registers

Inherited from IEC61968.Assets.AssetFunction'.AssetFunction: Asset

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kw_args)
(Constructor)

 

Initialises a new 'GasMeteringFunction' instance.

Parameters:
  • enabled - True if the function is enabled (current operating status; makes sense only if 'supported'=true).
  • supported - True if the function is supported (inherent property of the device).
  • Registers - All registers for quantities metered by this end device function.
  • ComEquipment - Communication equipment performing this device function.
  • EndDeviceEvents - All events reported by this end device function.
  • EndDevice - End device that performs this function.
Overrides: object.__init__