SquareRootInformationFilterOD.AddThrustEventToSequence(ThrustEvent, Spacecraft, Variable) 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 millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

SquareRootInformationFilterOD.AddThrustEventToSequence(

ThrustEvent thrustEvent,


Spacecraft spacecraft,


Variable 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 ManeuverOffsetTime property; this is applied (in seconds) as a bias to the start time specified here.

 

 

 

Syntax

mySquareRootInformationFilterOD1.AddThrustEventToSequence(myThrustEvent1, mySpacecraft1, myVariable1);

 

 

See also

SquareRootInformationFilterOD Object

Orbit Determination Guide