Function performed by an end device such as a meter, communication
equipment, controllers, etc.Function performed by an end device such as a
meter, communication equipment, controllers, etc.
|
|
__init__(self,
enabled=False,
supported=False,
Registers=None,
ComEquipment=None,
EndDeviceEvents=None,
EndDevice=None,
*args,
**kw_args)
Initialises a new 'EndDeviceFunction' instance. |
|
|
|
|
| addEndDeviceEvents(self,
*EndDeviceEvents) |
|
|
|
|
| addRegisters(self,
*Registers) |
|
|
|
|
getComEquipment(self)
Communication equipment performing this device function. |
|
|
|
|
getEndDevice(self)
End device that performs this function. |
|
|
|
|
getEndDeviceEvents(self)
All events reported by this end device function. |
|
|
|
|
getRegisters(self)
All registers for quantities metered by this end device function. |
|
|
|
|
| removeEndDeviceEvents(self,
*EndDeviceEvents) |
|
|
|
|
| removeRegisters(self,
*Registers) |
|
|
|
|
| setComEquipment(self,
value) |
|
|
|
|
| setEndDevice(self,
value) |
|
|
|
|
| setEndDeviceEvents(self,
value) |
|
|
|
|
| setRegisters(self,
value) |
|
|
|
Inherited from Assets.AssetFunction'.AssetFunction:
getAsset,
setAsset
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__
|