leaderAltMax property

  1. @ImcField('Formation Leader Maximum Altitude', 'leader_alt_max', ImcType.typeFp32, units: 'm')
double leaderAltMax

Maximum altitude allowed for the formation leader flight.

Implementation

@ImcField(
    'Formation Leader Maximum Altitude', 'leader_alt_max', ImcType.typeFp32,
    units: 'm')
double get leaderAltMax;