value property

  1. @ImcField('Computed Sound Speed', 'value', ImcType.typeFp32, units: 'm/s')
double value

Estimated sound speed. Negative values denote invalid estimates.

Implementation

@ImcField('Computed Sound Speed', 'value', ImcType.typeFp32, units: 'm/s')
double get value;