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.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,
EndDeviceControls=None,
EndDevices=None,
DemandResponseProgram=None,
*args,
**kw_args)
Initialises a new 'EndDeviceGroup' instance. |
|
|
|
|
| addEndDeviceControls(self,
*EndDeviceControls) |
|
|
|
|
| addEndDevices(self,
*EndDevices) |
|
|
|
|
getDemandResponseProgram(self)
Demand response program for this group of end devices. |
|
|
|
|
getEndDeviceControls(self)
All end device controls sending commands to this end device group. |
|
|
|
|
getEndDevices(self)
All end devices this end device group refers to. |
|
|
|
|
| removeEndDeviceControls(self,
*EndDeviceControls) |
|
|
|
|
| removeEndDevices(self,
*EndDevices) |
|
|
|
|
| setDemandResponseProgram(self,
value) |
|
|
|
|
| setEndDeviceControls(self,
value) |
|
|
|
|
| setEndDevices(self,
value) |
|
|
|
Inherited from IEC61970.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__
|