Abstraction for management of group communications within a two-way
AMR system or the data for a group of related meters. Commands can be
issued to all of the meters that belong to a meter group using a defined
group address and the underlying AMR communication infrastructure.
|
|
__init__(self,
groupAddress=0,
EndDeviceAssets=None,
EndDeviceControls=None,
DemandResponseProgram=None,
*args,
**kw_args)
Initialises a new 'EndDeviceGroup' instance. |
|
|
|
|
| addEndDeviceAssets(self,
*EndDeviceAssets) |
|
|
|
|
| addEndDeviceControls(self,
*EndDeviceControls) |
|
|
|
|
getDemandResponseProgram(self)
Demand response program for this group of end devices. |
|
|
|
|
getEndDeviceAssets(self)
All end device assets this end device group refers to. |
|
|
|
|
getEndDeviceControls(self)
All end device controls sending commands to this end device group. |
|
|
|
|
| removeEndDeviceAssets(self,
*EndDeviceAssets) |
|
|
|
|
| removeEndDeviceControls(self,
*EndDeviceControls) |
|
|
|
|
| setDemandResponseProgram(self,
value) |
|
|
|
|
| setEndDeviceAssets(self,
value) |
|
|
|
|
| setEndDeviceControls(self,
value) |
|
|
|
Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject:
getModelingAuthoritySet,
setModelingAuthoritySet
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|