convergTimeout property

  1. @ImcField('Convergence time-out', 'converg_timeout', ImcType.typeUInt16, units: 's')
int convergTimeout

The amount of time the maneuver is allowed to run after the convergence threshold is surpassed.

Implementation

@ImcField('Convergence time-out', 'converg_timeout', ImcType.typeUInt16,
    units: 's')
int get convergTimeout;