offZ property

  1. @ImcField('Formation offset -- Depth/Altitude', 'off_z', ImcType.typeFp32, units: 'm')
double offZ

Distance that the system must respect along the zz axis.

Implementation

@ImcField('Formation offset -- Depth/Altitude', 'off_z', ImcType.typeFp32,
    units: 'm')
double get offZ;