z property

  1. @ImcField('Destination Z Reference', 'z', ImcType.typeFp32, units: 'm')
double z

Target reference in the z axis. Use z_units to specify whether z represents depth, altitude or other.

Implementation

@ImcField('Destination Z Reference', 'z', ImcType.typeFp32, units: 'm')
double get z;