Formation.LoadSP3Ephemeris(SP3EphemerisFile) 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(

SP3EphemerisFile sp3EphemerisFile)

 

 

Arguments

sp3EphemerisFile


Description:

The SP3Ephemeris object to load.

 

 

 

Return Value

Type:

number

 

 

The number of unique SatelliteIds successfully loaded into the formation.

 

Syntax

myVariable1 = myFormation1.LoadSP3Ephemeris(mySP3EphemerisFile1);

 

 

See also

Formation Object

Formation.LoadSP3Ephemeris

Formations Guide