maneuverStime property

  1. @ImcField('Maneuver -- Start Time', 'maneuver_stime', ImcType.typeFp64, units: 's')
double maneuverStime

Start time of maneuver being executed (Epoch time), when in MANEUVER mode.

Implementation

@ImcField('Maneuver -- Start Time', 'maneuver_stime', ImcType.typeFp64,
    units: 's')
double get maneuverStime;