SGP4(ForceModel) Constructor

Top 

Description

Create a propagator with the specified ForceModel. Note: On analytical propagators the ForceModel is not used. In this situation, the default constructor with no arguments should be used.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Constructor Signature

SGP4(

ForceModel forceModel)

 

 

Arguments

forceModel


Description:

The ForceModel object

 

 

 

Syntax

SGP4 mySGP41(myForceModel1);

 

 

See also

SGP4 Object

Spacecraft Propagators

Setting up an Integrator