posSimErrTimeout property

  1. @ImcField('Position mismatch time-out', 'pos_sim_err_timeout', ImcType.typeUInt16, units: 's')
int posSimErrTimeout

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

Implementation

@ImcField(
    'Position mismatch time-out', 'pos_sim_err_timeout', ImcType.typeUInt16,
    units: 's')
int get posSimErrTimeout;