Raritan PX2/PX3 JSON-RPC API
Pole.idl
1 #ifndef __PDUMODEL_POLE_IDL__
2 #define __PDUMODEL_POLE_IDL__
3 
4 #include <NumericSensor.idl>
5 #include <ResidualCurrentStateSensor.idl>
6 
10 module pdumodel {
11 
13  enumeration PowerLine_2_0_0 {
14  L1,
15  L2,
16  L3,
19  };
20 
22  structure Pole_4_0_1 {
23  string label;
25  int nodeId;
40  };
41 
43  structure DoublePole_4_0_1 {
44  string label;
46  int inNodeId;
47  int outNodeId;
57  };
58 
60  structure ThrowPole_2_0_0 {
61  string label;
63  vector<int> inNodeIds;
64  int outNodeId;
65  };
66 
67 }
68 
69 #endif
A sensor with numeric readings.
Definition: NumericSensor.idl:12
sensors::NumericSensor_4_0_2 peakCurrent
Peak current sensor.
Definition: Pole.idl:29
Neutral.
Definition: Pole.idl:17
PowerLine_2_0_0 line
Power line.
Definition: Pole.idl:24
string label
Pole label
Definition: Pole.idl:23
sensors::NumericSensor_4_0_2 powerFactor
Power factor sensor.
Definition: Pole.idl:33
string label
Pole label
Definition: Pole.idl:61
sensors::NumericSensor_4_0_2 apparentEnergy
Apparent energy sensor.
Definition: Pole.idl:37
sensors::NumericSensor_4_0_2 residualCurrent
RMS current sensor.
Definition: Pole.idl:38
PowerLine_2_0_0
Power line.
Definition: Pole.idl:13
Line 2.
Definition: Pole.idl:15
sensors::NumericSensor_4_0_2 displacementPowerFactor
Displacement power factor sensor.
Definition: Pole.idl:35
Line 3.
Definition: Pole.idl:16
sensors::NumericSensor_4_0_2 powerFactor
Power factor sensor.
Definition: Pole.idl:54
sensors::NumericSensor_4_0_2 apparentPower
Apparent power sensor.
Definition: Pole.idl:53
sensors::NumericSensor_4_0_2 activeEnergy
Active energy sensor.
Definition: Pole.idl:55
Line 1.
Definition: Pole.idl:14
An inlet or outlet pole.
Definition: Pole.idl:22
sensors::NumericSensor_4_0_2 apparentPower
Apparent power sensor.
Definition: Pole.idl:32
sensors::NumericSensor_4_0_2 voltage
RMS voltage sensor, L-L.
Definition: Pole.idl:48
sensors::NumericSensor_4_0_2 voltageLN
RMS voltage sensor, L-N.
Definition: Pole.idl:27
sensors::NumericSensor_4_0_2 activePower
Active power sensor.
Definition: Pole.idl:52
int inNodeId
Upstream (inlet-side) circuit node id.
Definition: Pole.idl:46
int nodeId
Circuit node id.
Definition: Pole.idl:25
PowerLine_2_0_0 line
Power line.
Definition: Pole.idl:62
Residual current state sensor interface.
Definition: ResidualCurrentStateSensor.idl:12
sensors::NumericSensor_4_0_2 voltageLN
RMS voltage sensor, L-N.
Definition: Pole.idl:49
Earth.
Definition: Pole.idl:18
sensors::NumericSensor_4_0_2 phaseAngle
Phase angle sensor.
Definition: Pole.idl:34
Sensors Model.
Definition: AccumulatingNumericSensor.idl:8
ResidualCurrentStateSensor_2_0_2 residualCurrentStatus
Residual current monitor state sensor.
Definition: Pole.idl:39
sensors::NumericSensor_4_0_2 apparentEnergy
Apparent energy sensor.
Definition: Pole.idl:56
PDU Model.
Definition: Ade.idl:7
sensors::NumericSensor_4_0_2 current
RMS current sensor.
Definition: Pole.idl:28
A pole that can select one of multiple inputs.
Definition: Pole.idl:60
int outNodeId
Downstream node id.
Definition: Pole.idl:64
sensors::NumericSensor_4_0_2 activeEnergy
Active energy sensor.
Definition: Pole.idl:36
PowerLine_2_0_0 line
Power line.
Definition: Pole.idl:45
string label
Pole label
Definition: Pole.idl:44
sensors::NumericSensor_4_0_2 voltage
RMS voltage sensor, L-L.
Definition: Pole.idl:26
sensors::NumericSensor_4_0_2 activePower
Active power sensor.
Definition: Pole.idl:30
int outNodeId
Downstream (outlet-side) circuit node id.
Definition: Pole.idl:47
sensors::NumericSensor_4_0_2 reactivePower
Reactive power sensor.
Definition: Pole.idl:31
vector< int > inNodeIds
Upstream node ids.
Definition: Pole.idl:63
sensors::NumericSensor_4_0_2 current
RMS current sensor.
Definition: Pole.idl:50
sensors::NumericSensor_4_0_2 peakCurrent
Peak current sensor.
Definition: Pole.idl:51
for OCP
Definition: Pole.idl:43