__init__(self,
isLocalAutoReconOp=False,
isLocalAutoDisconOp=False,
isRemoteAutoReconOp=False,
isRemoteAutoDisconOp=False,
isConnected=False,
eventCount=0,
isDelayedDiscon=False,
rcdInfo=None,
Switches=None,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'ConnectDisconnectFunction' instance.
- Parameters:
isLocalAutoReconOp - If set true and if reconnection can be operated locally, then the
operation happens automatically. Otherwise, it is manually.
isLocalAutoDisconOp - (if disconnection can be operated locally) If set true, the
operation happens automatically, otherwise it happens manually.
isRemoteAutoReconOp - If set true and if reconnection can be operated remotely, then
the operation happens automatically. If false and if reconnection
can be operated remotely, then the operation happens manually.
isRemoteAutoDisconOp - If set true and if disconnection can be operated remotely, then
the operation happens automatically. If set false and if
disconnection can be operated remotely, then the operation
happens manually.
isConnected - True if this function is in the connected state.
eventCount - Running cumulative count of (connect or disconnect) events, for
the lifetime of this function or until the value is cleared.
isDelayedDiscon - If set true, the switch may disconnect the service at the end of
a specified time delay after the disconnect signal had been
given. If set false, the switch may disconnect the service
immediately after the disconnect signal had been given. This is
typically the case for over current circuit-breakers which are
classified as either instantaneous or slow acting.
rcdInfo - Information on remote connect disconnect switch.
Switches
- Overrides:
object.__init__
|