gLatMax property

  1. @ImcField('Maximum lateral load factor', 'g_lat_max', ImcType.typeFp32, units: 'g')
double gLatMax

Maximum lateral load factor, i.e., maximum acceleration in the yy body-axis as a factor of the gravity acceleration at mean-sea-level.

Implementation

@ImcField('Maximum lateral load factor', 'g_lat_max', ImcType.typeFp32,
    units: 'g')
double get gLatMax;