ODEstimationProcess.AddThrustEventToSequence(ThrustEvent, Spacecraft, TimeSpan) Method

Top 

Description

Adds a ThrustEvent to the OD Estimation sequence, and associates it with a spacecraft to which the thrust event will be applied.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

ODEstimationProcess.AddThrustEventToSequence(

ThrustEvent thrustEvent,


Spacecraft spacecraft,


TimeSpan startTime)

 

 

Arguments

thrustEvent


Description:

The ThrustEvent object containing the details of the thrust event to perform.

Allowed Types:

ThrustEvent, Burn, FiniteBurn, ImpulsiveBurn, OutgassingEvent

 

 

spacecraft


Description:

The spacecraft to maneuver.

 

 

startTime


Description:

The absolute start epoch of the maneuver in GSFC modified julian TAI. Note that the maneuver object has a ManeuverStartTime property; this is applied (in seconds) as a bias to the startTime specified here.

 

 

 

Syntax

myODEstimationProcess1.AddThrustEventToSequence(myThrustEvent1, mySpacecraft1, myTimeSpan1);

 

 

See also

ODEstimationProcess Object

Orbit Determination Guide