Spacecraft.Maneuver(ThrustEvent) Method

Top 

Description

Executes the specified maneuver and returns the maneuver duration. If the maneuver is an ImpulsiveBurn, then TimeSpan.Zero is returned.

 

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

Spacecraft.Maneuver(

ThrustEvent maneuver)

 

 

Arguments

maneuver


Description:

ImpulsiveBurn, FiniteBurn, or OutgassingEvent to execute.

Allowed Types:

ThrustEvent, Burn, FiniteBurn, ImpulsiveBurn, OutgassingEvent

 

 

 

Return Value

Type:

timespan

Units:

s

 

 

Returns the duration of the maneuver.

 

Syntax

myTimeSpan1 = mySpacecraft1.Maneuver(myThrustEvent1);

 

 

See also

Spacecraft Object

Spacecraft.Maneuver

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide