convergMax property

  1. @ImcField('Convergence threshold', 'converg_max', ImcType.typeFp32, units: 'm')
double convergMax

Threshold for the convergence measure, above which a time-out limit is evaluated to assert a maneuver abort state.

Implementation

@ImcField('Convergence threshold', 'converg_max', ImcType.typeFp32,
    units: 'm')
double get convergMax;