HCW.SetReferenceOrbit(Spacecraft) Method

Top 

Description

Sets the reference orbit of the HCW propagator by copying the current Keplerian state from the specified referenceSpacecraft. The reference orbit will be propagated with a two body (Keplerian) propagator when this Spacecraft is stepped.

 

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

HCW.SetReferenceOrbit(

Spacecraft referenceSpacecraft)

 

 

Arguments

referenceSpacecraft


Description:

The Spacecraft whose Keplerian state will be used to define the reference orbit.

 

 

 

Syntax

myHCW1.SetReferenceOrbit(mySpacecraft1);

 

 

See also

HCW Object

HCW.SetReferenceOrbit