ORBITAL_MANEUVER_COMPLETED¶
event_output for ORBITAL_MANEUVER_COMPLETED.
Format¶
<time> ORBITAL_MANEUVER_COMPLETED <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 orbital elements at completion of the maneuver.
- 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.
How it Appears in Output¶
113978.34229 ORBITAL_MANEUVER_COMPLETED proton-m ID: 6 \
Type: CHANGE_SEMI_MAJOR_AXIS Constraint: AT_ASCENDING_NODE Duration: 0 s \
Orbital Elements: SMA: 24821 km ECC: 0.7360147063 INC: 66.31673735 deg RAAN: 106.0313815 deg ARGP: 0.1875537823 deg MA: 359.9806928 deg TA: 359.8124464 deg \
Delta-V: 1480.11 m/s
133438.95213 ORBITAL_MANEUVER_COMPLETED proton-m ID: 13 \
Type: CHANGE_ECCENTRICITY Constraint: AT_APOAPSIS Duration: 0 s \
Orbital Elements: SMA: 43089.62103 km ECC: 9.896548066e-16 INC: 0 deg RAAN: 0 deg ARGP: 0 deg MA: 286.2189352 deg TA: 286.2189352 deg (Circular, Equatorial) \
Delta-V: 1478.77 m/s
How to Show Event Messages¶
event_output file replay.evt # write event messages to file "replay.evt" enable ORBITAL_MANEUVER_COMPLETED end_event_output