Raritan / Server Technology Xerus™ PDU JSON-RPC API
|
Inlet interface More...
import"Inlet.idl";
Classes | |
struct | EnableStateChangedEvent |
Event: Inlet has been enabled or disabled. More... | |
struct | MetaData |
Inlet metadata More... | |
struct | Sensors |
Inlet sensors More... | |
struct | Settings |
Inlet settings More... | |
struct | SettingsChangedEvent |
Event: Inlet settings have been changed. More... | |
Public Member Functions | |
MetaData | getMetaData () |
Retrieve the inlet metadata. More... | |
Sensors | getSensors () |
Get the inlet sensors. More... | |
vector< Pole > | getPoles () |
Get the list of inlet poles. More... | |
vector< MeteredLinePair > | getLinePairs () |
Get the list of inlet line pairs. More... | |
Settings | getSettings () |
Retrieve the inlet settings. More... | |
int | setSettings (in Settings settings) |
Change the inlet settings. More... | |
void | setEnabled (in boolean enabled) |
Enable/disable PDU operation for this inlet. More... | |
boolean | isEnabled () |
Test whether PDU operation is enabled for this inlet. More... | |
![]() | |
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... | |
Inlet interface
vector<MeteredLinePair> pdumodel::Inlet::getLinePairs | ( | ) |
Get the list of inlet line pairs.
MetaData pdumodel::Inlet::getMetaData | ( | ) |
Retrieve the inlet metadata.
vector<Pole> pdumodel::Inlet::getPoles | ( | ) |
Get the list of inlet poles.
Sensors pdumodel::Inlet::getSensors | ( | ) |
Get the inlet sensors.
Settings pdumodel::Inlet::getSettings | ( | ) |
Retrieve the inlet settings.
boolean pdumodel::Inlet::isEnabled | ( | ) |
Test whether PDU operation is enabled for this inlet.
true
if PDU operation is enabled void pdumodel::Inlet::setEnabled | ( | in boolean | enabled | ) |
Enable/disable PDU operation for this inlet.
When PDU operation is disabled the sensors for this inlet and all children will no longer be updated, and outlet switching is no longer allowed. This can be useful for multi-inlet units if one inlet is temporarily expected to be powered down.
enabled | true to enable PDU operation |
int pdumodel::Inlet::setSettings | ( | in Settings | settings | ) |
Change the inlet settings.
settings | New inlet settings |