| Raritan PX2/PX3 JSON-RPC API
    | 
Overcurrent protector interface. More...
import"OverCurrentProtector.idl";
 
  
 | Classes | |
| struct | MetaData | 
| Overcurrent protector metadata.  More... | |
| struct | Sensors | 
| Overcurrent protector sensors.  More... | |
| struct | Settings | 
| Overcurrent protector settings.  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_5_0_0 > | getPoles () | 
| Get the list of OCP poles.  More... | |
| Inlet_2_0_4 | getInlet () | 
| Get the inlet this OCP is connected to.  More... | |
| OverCurrentProtector_3_0_4 | 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... | |
| Public Attributes | |
| valueobject | SettingsChangedEvent: event::UserEvent { Settings oldSettings | 
| Event: Overcurrent protector settings have been changed.  More... | |
| Settings | newSettings | 
| Settings after change. | |
Overcurrent protector interface.
Overcurrent protector type.
| Inlet_2_0_4 pdumodel::OverCurrentProtector_3_0_4::getInlet | ( | ) | 
Get the inlet this OCP is connected to.
| MetaData pdumodel::OverCurrentProtector_3_0_4::getMetaData | ( | ) | 
Retrieve the OCP metadata.
| OverCurrentProtector_3_0_4 pdumodel::OverCurrentProtector_3_0_4::getOCP | ( | ) | 
Get parent OCP - next OCP going towards inlet (for cascaded OCPs).
| vector<DoublePole_5_0_0> pdumodel::OverCurrentProtector_3_0_4::getPoles | ( | ) | 
Get the list of OCP poles.
| Sensors pdumodel::OverCurrentProtector_3_0_4::getSensors | ( | ) | 
Get the OCP sensors.
| Settings pdumodel::OverCurrentProtector_3_0_4::getSettings | ( | ) | 
Retrieve the OCP settings.
| int pdumodel::OverCurrentProtector_3_0_4::setSettings | ( | in Settings | settings | ) | 
Change the OCP settings.
| settings | New OCP settings | 
| valueobject pdumodel::OverCurrentProtector_3_0_4::SettingsChangedEvent | 
Event: Overcurrent protector settings have been changed.
Settings before change
 1.8.14
 1.8.14