Function performed by a device such as a meter, communication
equipment, controllers, etc.
|
|
__init__(self,
disabled=False,
EndDeviceAsset=None,
Registers=None,
EndDeviceEvents=None,
*args,
**kw_args)
Initialises a new 'DeviceFunction' instance. |
|
|
|
|
| addEndDeviceEvents(self,
*EndDeviceEvents) |
|
|
|
|
| addRegisters(self,
*Registers) |
|
|
|
|
getEndDeviceAsset(self)
End device asset that performs this function. |
|
|
|
|
getEndDeviceEvents(self)
All events reported by this device function. |
|
|
|
|
getRegisters(self)
All registers for quantities metered by this device function. |
|
|
|
|
| removeEndDeviceEvents(self,
*EndDeviceEvents) |
|
|
|
|
| removeRegisters(self,
*Registers) |
|
|
|
|
| setEndDeviceAsset(self,
value) |
|
|
|
|
| setEndDeviceEvents(self,
value) |
|
|
|
|
| setRegisters(self,
value) |
|
|
|
Inherited from Assets.AssetFunction'.AssetFunction:
getAsset,
setAsset
Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject:
getModelingAuthoritySet,
setModelingAuthoritySet
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|