Spacecraft.Step(TimeSpan) Method

Top 

Description

Steps the Vehicle using the specified step size.

 

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.Step(

TimeSpan stepSize)

 

 

Arguments

stepSize


Description:

Step size to take.

Units:

s

 

 

 

Return Value

Type:

timespan

Units:

s

 

 

Returns the duration of the total step taken.

 

Syntax

myTimeSpan1 = mySpacecraft1.Step(myTimeSpan2);

 

 

See also

Spacecraft Object

Spacecraft.Step

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide