TrajectoryNode.SetSpacecraftState(Spacecraft) Method

Top 

Description

Loads the TrajectoryNode's position, velocity, mass, and epoch into the passed Spacecraft.

 

Note: if the Spacecraft's central body differs from the TrajectoryNode's central body, a state conversion will take place automatically before the Spacecraft state is set.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

TrajectoryNode.SetSpacecraftState(

Spacecraft spacecraft)

 

 

Arguments

spacecraft


Description:

The Spacecraft whose state will be set.

 

 

 

Syntax

myTrajectoryNode1.SetSpacecraftState(mySpacecraft1);

 

 

See also

TrajectoryNode Object