value property

  1. @ImcField('Measured Current Value', 'value', ImcType.typeFp32, units: 'A')
double value

The value of the internal electrical current as measured by the sensor.

Implementation

@ImcField('Measured Current Value', 'value', ImcType.typeFp32, units: 'A')
double get value;