timeLimit property

  1. @ImcField('Time Limit', 'time_limit', ImcType.typeFp64, units: 's')
double timeLimit

The time after which this maneuver should be stopped (if still active and TIMEOUT is enforced).

Implementation

@ImcField('Time Limit', 'time_limit', ImcType.typeFp64, units: 's')
double get timeLimit;