Spacecraft.StepToNode(Variable, Variable) Method

Top 

Description

Steps to the specified node of the Spacecraft's orbit based on its current central body, in the specified direction. If the spacecraft is already at the node, it will move off the node.

 

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

Variable node,


Variable direction)

 

 

Arguments

node


Description:

Node to which to step.

Valid Values:

Value

Label

0

Ascending node

1

Descending node

 

 

 

direction


Description:

Direction in which to step.

Valid Values:

Value

Label

0

Next

1

Previous

 

 

 

 

Return Value

Type:

timespan

Units:

s

 

 

Returns the duration of the total step taken.

 

Syntax

myTimeSpan1 = mySpacecraft1.StepToNode(myVariable1, myVariable2);

 

 

See also

Spacecraft Object

Spacecraft.StepToNode

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide