Formation.LoadSP3Ephemeris(String) Method

Top 

Description

Populates a Formation with one Spacecraft for each SatelliteId in the specified SP3 Precise Ephemeris file and then initializes the Spacecraft with that state. This method also attaches a Sensor and GPS Receiver to each Spacecraft in the Formation.

 

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

Formation.LoadSP3Ephemeris(

String filename)

 

 

Arguments

filename


Description:

Name of the SP3 Precise Ephemeris file to load.

 

 

 

Return Value

Type:

number

 

 

The number of unique SatelliteIds successfully loaded into the formation.

 

Syntax

myVariable1 = myFormation1.LoadSP3Ephemeris(myString1);

 

 

See also

Formation Object

Formation.LoadSP3Ephemeris

Formations Guide