__init__(self,
amrRouter='
' ,
twoWay=False,
amrAddress='
' ,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'ComFunction' instance.
- Parameters:
amrRouter - Communication ID number (e.g. port number, serial number, data
collector ID, etc.) of the parent device associated to this AMR
module. Note: If someone swaps out a meter, they may
inadvertently disrupt the AMR system. Some technologies route
readings from nearby meters through a common collection point on
an electricity meter. Removal of such a meter disrupts AMR for
numerous nearby meters.
twoWay - True when the AMR module can both send and receive messages.
Default is false (i.e., module can only send).
amrAddress - Communication ID number (e.g. serial number, IP address,
telephone number, etc.) of the AMR module which serves this
meter.
- Overrides:
object.__init__
|