TrajectoryPhase.AddNodes(Ephemeris) Method

Top 

Description

Uses the position, velocity, mass, and epoch data from the Ephemeris to create new TrajectoryNodes.

 

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

TrajectoryPhase.AddNodes(

Ephemeris ephemeris)

 

 

Arguments

ephemeris


Description:

The Ephemeris to extract position, velocity, mass, and epoch from for the new TrajectoryNodes.

 

 

 

Syntax

myTrajectoryPhase1.AddNodes(myEphemeris1);

 

 

See also

TrajectoryPhase Object

TrajectoryPhase.AddNodes