posSimErrLim property

  1. @ImcField('Position mismatch limit', 'pos_sim_err_lim', ImcType.typeFp32, units: 'm')
double posSimErrLim

Limit for the position mismatch between real and simulated position, before a maneuver abort is asserted.

Implementation

@ImcField('Position mismatch limit', 'pos_sim_err_lim', ImcType.typeFp32,
    units: 'm')
double get posSimErrLim;