Demand response program.
|
__init__(self,
type='
' ,
CustomerAgreements=None,
EndDeviceControls=None,
validityInterval=None,
EndDeviceGroups=None,
*args,
**kw_args)
Initialises a new 'DemandResponseProgram' instance. |
|
|
|
addCustomerAgreements(self,
*CustomerAgreements) |
|
|
|
addEndDeviceControls(self,
*EndDeviceControls) |
|
|
|
addEndDeviceGroups(self,
*EndDeviceGroups) |
|
|
|
getCustomerAgreements(self)
All customer agreements with this demand response program. |
|
|
|
getEndDeviceControls(self)
All end device controls with this demand response program. |
|
|
|
getEndDeviceGroups(self)
All groups of end devices with this demand response program. |
|
|
|
removeCustomerAgreements(self,
*CustomerAgreements) |
|
|
|
removeEndDeviceControls(self,
*EndDeviceControls) |
|
|
|
removeEndDeviceGroups(self,
*EndDeviceGroups) |
|
|
|
setCustomerAgreements(self,
value) |
|
|
|
setEndDeviceControls(self,
value) |
|
|
|
setEndDeviceGroups(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__
|