Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Overcurrent protector interface. More...
Classes | |
struct | MetaData |
Overcurrent protector metadata. More... | |
struct | Sensors |
Overcurrent protector sensors. More... | |
struct | Settings |
Overcurrent protector settings. More... | |
struct | SettingsChangedEvent |
Event: Overcurrent protector settings have been changed. More... | |
Public Types | |
enum | Type { BREAKER_1POLE , BREAKER_2POLE , BREAKER_3POLE , FUSE , FUSE_PAIR , RCBO_2POLE , RCBO_3POLE , RCBO_4POLE } |
Overcurrent protector type. More... | |
Public Member Functions | |
MetaData | getMetaData () |
Retrieve the OCP metadata. More... | |
Sensors | getSensors () |
Get the OCP sensors. More... | |
vector< DoublePole > | getPoles () |
Get the list of OCP poles. More... | |
Inlet | getInlet () |
Get the inlet this OCP is connected to. More... | |
OverCurrentProtector | getOCP () |
Get parent OCP - next OCP going towards inlet (for cascaded OCPs). More... | |
Settings | getSettings () |
Retrieve the OCP settings. More... | |
int | setSettings (in Settings settings) |
Change the OCP settings. More... | |
Public Member Functions inherited from pdumodel::EDevice | |
vector< EDevice > | getParents () |
Get the list of devices that provide energy to this device. More... | |
vector< EDevice > | getChildren () |
Get the list of devices that are directly fed by this device. More... | |
Waveform | getWaveform () |
Get the current voltage and current waveforms for this device. More... | |
Waveform | getPoleWaveform (in PowerLine line) |
Get the current voltage and current waveforms for a pole of this device. More... | |
Overcurrent protector interface.
Definition at line 27 of file OverCurrentProtector.idl.
Overcurrent protector type.
Definition at line 30 of file OverCurrentProtector.idl.
Inlet pdumodel::OverCurrentProtector::getInlet | ( | ) |
Get the inlet this OCP is connected to.
MetaData pdumodel::OverCurrentProtector::getMetaData | ( | ) |
Retrieve the OCP metadata.
OverCurrentProtector pdumodel::OverCurrentProtector::getOCP | ( | ) |
Get parent OCP - next OCP going towards inlet (for cascaded OCPs).
vector< DoublePole > pdumodel::OverCurrentProtector::getPoles | ( | ) |
Get the list of OCP poles.
Sensors pdumodel::OverCurrentProtector::getSensors | ( | ) |
Get the OCP sensors.
Settings pdumodel::OverCurrentProtector::getSettings | ( | ) |
Retrieve the OCP settings.
int pdumodel::OverCurrentProtector::setSettings | ( | in Settings | settings | ) |
Change the OCP settings.
settings | New OCP settings |