Allows the user to configure and propagate a vehicle using the GPS propagator.
Propagate | Propagates the satellite's path using the specified time interval. |
AutoUpdate | Allows configuring the auto-update parameters and settings. AutoUpdateEnabled must be set to true in order to be able to change the auto-update properties. |
AutoUpdateEnabled | Whether automatic update is enabled. |
AvailablePRNs | Returns an array of available satellite Ids. |
EphemerisInterval | Get the propagator's ephemeris interval. |
PRN | Gets or sets the satellite PRN number per ICD-GPS-200. This is a required data item as it is the GPS user's primary means of identifying GPS satellites. It is equivalent to the space vehicle identification (SVID) number of the satellite. |
SpecifyCatalog | Specify a catalog. AutoUpdateEnabled must be set to false in order to select an almanac. |
Step | Step size. Uses Time Dimension. |
Set the satellite to use the GPS propagator
[C#] | ||
---|---|---|
|
Configure the GPS propagator with an almanac
[C#] | ||
---|---|---|
|
Configure the GPS propagator with an almanac
[Visual Basic .NET] | ||
---|---|---|
|
Set the satellite to use the GPS propagator
[Visual Basic .NET] | ||
---|---|---|
|