PropagatorGPS#
- class ansys.stk.core.stkobjects.PropagatorGPS#
GPS propagator.
Overview#
Propagates the satelliteβs path using the specified time interval. |
Step size. Uses Time Dimension. |
|
Get or set 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. |
|
Return an array of available satellite Ids. |
|
Whether automatic update is enabled. |
|
Allow configuring the auto-update parameters and settings. AutoUpdateEnabled must be set to true in order to be able to change the auto-update properties. |
|
Specify a catalog. AutoUpdateEnabled must be set to false in order to select an almanac. |
|
Get the propagatorβs ephemeris interval. |
Import detail#
from ansys.stk.core.stkobjects import PropagatorGPS
Property detail#
- property PropagatorGPS.prn: int#
Get or set 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.
- property PropagatorGPS.automatic_update_settings: VehicleGPSAutoUpdate#
Allow configuring the auto-update parameters and settings. AutoUpdateEnabled must be set to true in order to be able to change the auto-update properties.
- property PropagatorGPS.specify_catalog: VehicleGPSSpecifyAlmanac#
Specify a catalog. AutoUpdateEnabled must be set to false in order to select an almanac.
- property PropagatorGPS.ephemeris_interval: ITimeToolTimeIntervalSmartInterval#
Get the propagatorβs ephemeris interval.