Formation.Step(Variable) Method

Top 

Description

Steps each Spacecraft in the Formation using the specified step size.

 

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

Formation.Step(

Variable stepSize)

 

 

Arguments

stepSize


Description:

Step size to take.

Units:

s

 

 

 

Return Value

Type:

number

Units:

s

 

 

Returns the duration of the total step taken.

 

Syntax

myVariable1 = myFormation1.Step(myVariable2);

 

 

See also

Formation Object

Formation.Step

Formations Guide