Raritan PX2/PX3 JSON-RPC API
|
6 #ifndef __PDUMODEL_OVERCURRENTPROTECTOR_IDL__
7 #define __PDUMODEL_OVERCURRENTPROTECTOR_IDL__
9 #include <Nameplate.idl>
10 #include <StateSensor.idl>
11 #include <NumericSensor.idl>
74 valueobject SettingsChangedEvent extends
event.UserEvent {
sensors::NumericSensor_4_0_4 activeEnergy
Active energy sensor.
Definition: OverCurrentProtector.idl:62
Sensors Model.
Definition: AccumulatingNumericSensor.idl:13
@ FUSE
Fuse.
Definition: OverCurrentProtector.idl:33
Overcurrent protector settings.
Definition: OverCurrentProtector.idl:69
Numerical usage ratings.
Definition: Nameplate.idl:15
sensors::NumericSensor_4_0_4 displacementPowerFactor
Displacement power factor sensor.
Definition: OverCurrentProtector.idl:60
Inlet_2_0_7 getInlet()
Get the inlet this OCP is connected to.
Overcurrent protector sensors.
Definition: OverCurrentProtector.idl:50
Settings getSettings()
Retrieve the OCP settings.
sensors::NumericSensor_4_0_4 phaseAngle
Phase angle sensor.
Definition: OverCurrentProtector.idl:64
sensors::StateSensor_4_0_4 trip
Trip sensor (an instance of OverCurrentProtectorTripSensor)
Definition: OverCurrentProtector.idl:51
int tripCnt
Trip count.
Definition: OverCurrentProtector.idl:22
PDU Model.
Definition: Ade.idl:12
Inlet interface
Definition: Inlet.idl:22
sensors::NumericSensor_4_0_4 peakCurrent
Peak current sensor.
Definition: OverCurrentProtector.idl:54
@ RCBO_3POLE
Three-pole residual-current device including overcurrent protection.
Definition: OverCurrentProtector.idl:36
Sensor with discrete readings.
Definition: StateSensor.idl:43
Sensors getSensors()
Get the OCP sensors.
MetaData getMetaData()
Retrieve the OCP metadata.
sensors::NumericSensor_4_0_4 apparentPower
Apparent power sensor.
Definition: OverCurrentProtector.idl:58
sensors::NumericSensor_4_0_4 current
RMS current sensor.
Definition: OverCurrentProtector.idl:53
int setSettings(in Settings settings)
Change the OCP settings.
Component nameplate information.
Definition: Nameplate.idl:23
vector< DoublePole_6_0_0 > getPoles()
Get the list of OCP poles.
@ RCBO_2POLE
Two-pole residual-current device including overcurrent protection.
Definition: OverCurrentProtector.idl:35
sensors::NumericSensor_4_0_4 activePower
Active power sensor.
Definition: OverCurrentProtector.idl:56
string name
User-defined name.
Definition: OverCurrentProtector.idl:70
sensors::NumericSensor_4_0_4 lineFrequency
AC line frequency sensor.
Definition: OverCurrentProtector.idl:65
sensors::NumericSensor_4_0_4 voltage
RMS voltage sensor.
Definition: OverCurrentProtector.idl:52
Overcurrent protector statistics.
Definition: OverCurrentProtector.idl:21
sensors::NumericSensor_4_0_4 crestFactor
Crest factor sensor.
Definition: OverCurrentProtector.idl:61
OverCurrentProtector_3_0_7 getOCP()
Get parent OCP - next OCP going towards inlet (for cascaded OCPs).
sensors::NumericSensor_4_0_4 apparentEnergy
Apparent energy sensor.
Definition: OverCurrentProtector.idl:63
sensors::NumericSensor_4_0_4 reactivePower
Reactive power sensor.
Definition: OverCurrentProtector.idl:57
@ FUSE_PAIR
Fuse Pair.
Definition: OverCurrentProtector.idl:34
sensors::NumericSensor_4_0_4 maximumCurrent
Maximum current sensor.
Definition: OverCurrentProtector.idl:55
Settings newSettings
Settings after change.
Definition: OverCurrentProtector.idl:76
@ BREAKER_3POLE
Three-pole circuit breaker.
Definition: OverCurrentProtector.idl:32
@ BREAKER_1POLE
Single-pole circuit breaker.
Definition: OverCurrentProtector.idl:30
A sensor with numeric readings.
Definition: NumericSensor.idl:17
Common base interface for any kind of electrical device that is used in the PDU model,...
Definition: EDevice.idl:24
@ BREAKER_2POLE
Two-pole circuit breaker.
Definition: OverCurrentProtector.idl:31
Type
Overcurrent protector type.
Definition: OverCurrentProtector.idl:29
sensors::NumericSensor_4_0_4 powerFactor
Power factor sensor.
Definition: OverCurrentProtector.idl:59
Overcurrent protector interface.
Definition: OverCurrentProtector.idl:26