depthMax property

  1. @ImcField('Recorded Depth - Maximum', 'depth_max', ImcType.typeFp32, units: 'm')
double depthMax

The maximum recorded depth value.

Implementation

@ImcField('Recorded Depth - Maximum', 'depth_max', ImcType.typeFp32,
    units: 'm')
double get depthMax;