#include <ConnectDisconnectFunction.h>
A function that will disconnect and reconnect the customer's load under defined conditions.
IEC61970::Base::Domain::Integer IEC61968::LoadControl::ConnectDisconnectFunction::eventCount |
Running cumulative count of connect or disconnect events, for the lifetime of this function or until the value is cleared.
IEC61970::Base::Domain::Boolean IEC61968::LoadControl::ConnectDisconnectFunction::isConnected |
True if this function is in the connected state.
IEC61970::Base::Domain::Boolean IEC61968::LoadControl::ConnectDisconnectFunction::isDelayedDiscon |
If set true, the switch may disconnect the service at the end of a specified time delay after the disconnect signal has been given. If set false, the switch may disconnect the service immediately after the disconnect signal has been given. This is typically the case for over current circuit-breakers which are classified as either instantaneous or slow acting.
IEC61970::Base::Domain::Boolean IEC61968::LoadControl::ConnectDisconnectFunction::isLocalAutoDisconOp |
If set true and if disconnection can be operated locally, the operation happens automatically. Otherwise it happens manually.
IEC61970::Base::Domain::Boolean IEC61968::LoadControl::ConnectDisconnectFunction::isLocalAutoReconOp |
If set true and if reconnection can be operated locally, then the operation happens automatically. Otherwise, it happens manually.
IEC61970::Base::Domain::Boolean IEC61968::LoadControl::ConnectDisconnectFunction::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.
IEC61970::Base::Domain::Boolean IEC61968::LoadControl::ConnectDisconnectFunction::isRemoteAutoReconOp |
If set true and if reconnection can be operated remotely, then the operation happens automatically. If set false and if reconnection can be operated remotely, then the operation happens manually.
IEC61968::LoadControl::RemoteConnectDisconnectInfo IEC61968::LoadControl::ConnectDisconnectFunction::rcdInfo |
Information on remote connect disconnect switch.