ORBITAL_MANEUVER_UPDATED

event_output for ORBITAL_MANEUVER_UPDATED.

Format

<time> ORBITAL_MANEUVER_UPDATED <platform> ID: <unique id>
Type: <maneuver type> Constraint: <maneuver constraint> Duration: <time>
Orbital Elements: SMA: <length> ECC: <angle> INC: <angle> RAAN: <angle> ARGP: <angle> MA: <angle> TA: <angle> { (Circular) | (Equatorial) | (Circular, Equatorial) }
Delta-V: <speed>

Breakdown

<time>

The current simulation time

<platform>

The name of the platform initiating the maneuver.

ID: <unique id>

The unique identifier for this maneuver.

Type: <maneuver type>

The maneuver type being executed.

Constraint: <maneuver constraint>

The constraint condition on the maneuver.

Duration <time>

The maneuver duration. If the maneuver is impulsive, this value will be zero.

Orbital Elements: The current orbital elements. These will change as the maneuver continues to update.
SMA: <length>

Semi-major axis (km)

ECC: <double>

Eccentricity

INC: <angle>

Inclination (degrees)

RAAN: <angle>

Right ascension of the ascending node (degrees)

ARGP: <angle>

Argument of periapsis (degrees)

MA: <angle>

Mean anomaly (degrees)

TA: <angle>

True anomaly (degrees)

{ (Circular) | (Equatorial) | (Circular, Equatorial) }

Whether the orbit is circular (eccentricity = 0), equatorial (inclination = 0), or both. If neither, nothing is output.

Delta-V <speed>

The cumulative delta-V expended by this maneuver up to the given time.

How it Appears in Output

32442.12176 ORBITAL_MANEUVER_UPDATED proton-m ID: 4 \
 Type: CHANGE_SEMI_MAJOR_AXIS Constraint: AT_PERIAPSIS Duration: 69.1299 s \
 Orbital Elements: SMA: 22231.44884 km ECC: 0.1093697924  INC: 10 deg RAAN: 0 deg ARGP: 359.9825039 deg MA: 359.6601113 deg TA: 359.5740801 deg  \
 Delta-V: 20 m/s

How to Show Event Messages

event_output
   file replay.evt              # write event messages to file "replay.evt"
   enable ORBITAL_MANEUVER_UPDATED
end_event_output