Raritan PX2/PX3 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_1_0_1 extends sensors.NumericSensor_4_0_2 {
21  void degauss();
22  };
23 }
24 
25 #endif
Sensors Model.
Definition: AccumulatingNumericSensor.idl:8
PDU Model.
Definition: Ade.idl:7
An RCM current sensor of type B (AC/DC) which allows degaussing the sensor.
Definition: TypeBResidualCurrentNumericSensor.idl:10