1 #ifndef __PDUMODEL_OVERCURRENTPROTECTOR_IDL__
2 #define __PDUMODEL_OVERCURRENTPROTECTOR_IDL__
4 #include <Nameplate.idl>
5 #include <StateSensor.idl>
6 #include <NumericSensor.idl>
46 sensors.StateSensor_4_0_1
trip;
68 valueobject SettingsChangedEvent extends
event.UserEvent {
78 MetaData getMetaData();
92 vector<DoublePole_4_0_0> getPoles();
113 Settings getSettings();
123 int setSettings(in Settings settings);
Numerical usage ratings.
Definition: Nameplate.idl:10
Fuse Pair.
Definition: OverCurrentProtector.idl:29
sensors::NumericSensor_4_0_1 apparentEnergy
Apparent energy sensor.
Definition: OverCurrentProtector.idl:57
string name
User-defined name.
Definition: OverCurrentProtector.idl:64
sensors::NumericSensor_4_0_1 peakCurrent
Peak current sensor.
Definition: OverCurrentProtector.idl:49
sensors::NumericSensor_4_0_1 current
RMS current sensor.
Definition: OverCurrentProtector.idl:48
sensors::NumericSensor_4_0_1 apparentPower
Apparent power sensor.
Definition: OverCurrentProtector.idl:53
Common base interface for any kind of electrical device that is used in the PDU model, such as inlets, OCPs and outlets.
Definition: EDevice.idl:19
sensors::NumericSensor_4_0_1 lineFrequency
AC line frequency sensor.
Definition: OverCurrentProtector.idl:59
sensors::NumericSensor_4_0_1 powerFactor
Power factor sensor.
Definition: OverCurrentProtector.idl:54
Overcurrent protector statistics.
Definition: OverCurrentProtector.idl:16
sensors::StateSensor_4_0_1 trip
Trip sensor.
Definition: OverCurrentProtector.idl:46
Settings newSettings
Settings after change.
Definition: OverCurrentProtector.idl:70
Overcurrent protector settings.
Definition: OverCurrentProtector.idl:63
Two-pole residual-current device including overcurrent protection.
Definition: OverCurrentProtector.idl:30
Component nameplate information.
Definition: Nameplate.idl:17
Overcurrent protector interface.
Definition: OverCurrentProtector.idl:21
sensors::NumericSensor_4_0_1 displacementPowerFactor
Displacement power factor sensor.
Definition: OverCurrentProtector.idl:55
sensors::NumericSensor_4_0_1 activeEnergy
Active energy sensor.
Definition: OverCurrentProtector.idl:56
Single-pole circuit breaker.
Definition: OverCurrentProtector.idl:25
Three-pole residual-current device including overcurrent protection.
Definition: OverCurrentProtector.idl:31
Type
Overcurrent protector type.
Definition: OverCurrentProtector.idl:24
Fuse.
Definition: OverCurrentProtector.idl:28
int tripCnt
Trip count.
Definition: OverCurrentProtector.idl:17
Three-pole circuit breaker.
Definition: OverCurrentProtector.idl:27
sensors::NumericSensor_4_0_1 voltage
RMS voltage sensor.
Definition: OverCurrentProtector.idl:47
Overcurrent protector sensors.
Definition: OverCurrentProtector.idl:45
sensors::NumericSensor_4_0_1 phaseAngle
Phase angle sensor.
Definition: OverCurrentProtector.idl:58
sensors::NumericSensor_4_0_1 maximumCurrent
Maximum current sensor.
Definition: OverCurrentProtector.idl:50
Two-pole circuit breaker.
Definition: OverCurrentProtector.idl:26
sensors::NumericSensor_4_0_1 activePower
Active power sensor.
Definition: OverCurrentProtector.idl:51
sensors::NumericSensor_4_0_1 reactivePower
Reactive power sensor.
Definition: OverCurrentProtector.idl:52
Inlet interface
Definition: Inlet.idl:17