Raritan EMX JSON-RPC API
TypeBResidualCurrentNumericSensor.idl
1 #ifndef __PDUMODEL_TYPE_B_RESIDUAL_CURRENT_NUMERIC_SENSOR_IDL__
2 #define __PDUMODEL_TYPE_B_RESIDUAL_CURRENT_NUMERIC_SENSOR_IDL__
3 
4 #include <NumericSensor.idl>
5 
7 module pdumodel {
8 
10  interface TypeBResidualCurrentNumericSensor extends sensors.NumericSensor_4_0_1 {
21  void degauss();
22  };
23 }
24 
25 #endif
An RCM current sensor of type B (AC/DC) which allows degaussing the sensor.
Definition: TypeBResidualCurrentNumericSensor.idl:10
Sensors Model.
Definition: AccumulatingNumericSensor.idl:8
PDU Model.
Definition: Ade.idl:7