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;
57 valueobject SettingsChangedEvent extends
event.UserEvent {
67 MetaData getMetaData();
81 vector<DoublePole_3_0_0> getPoles();
102 Settings getSettings();
112 int setSettings(in Settings settings);
Numerical usage ratings.
Definition: Nameplate.idl:10
Type
Overcurrent protector type.
Definition: OverCurrentProtector.idl:24
Two-pole circuit breaker.
Definition: OverCurrentProtector.idl:26
sensors StateSensor_4_0_1 trip
Trip sensor.
Definition: OverCurrentProtector.idl:46
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
Three-pole residual-current device including overcurrent protection.
Definition: OverCurrentProtector.idl:31
sensors NumericSensor_4_0_1 peakCurrent
Peak current sensor.
Definition: OverCurrentProtector.idl:48
Overcurrent protector statistics.
Definition: OverCurrentProtector.idl:16
Overcurrent protector settings.
Definition: OverCurrentProtector.idl:52
sensors NumericSensor_4_0_1 current
RMS current sensor.
Definition: OverCurrentProtector.idl:47
Overcurrent protector interface.
Definition: OverCurrentProtector.idl:21
Component nameplate information.
Definition: Nameplate.idl:17
Three-pole circuit breaker.
Definition: OverCurrentProtector.idl:27
Single-pole circuit breaker.
Definition: OverCurrentProtector.idl:25
Fuse Pair.
Definition: OverCurrentProtector.idl:29
string name
User-defined name.
Definition: OverCurrentProtector.idl:53
Two-pole residual-current device including overcurrent protection.
Definition: OverCurrentProtector.idl:30
Overcurrent protector sensors.
Definition: OverCurrentProtector.idl:45
int tripCnt
Trip count.
Definition: OverCurrentProtector.idl:17
Settings newSettings
Settings after change.
Definition: OverCurrentProtector.idl:59
Fuse.
Definition: OverCurrentProtector.idl:28
Inlet interface
Definition: Inlet.idl:17