VehicleGPSElement#

class ansys.stk.core.stkobjects.VehicleGPSElement#

An element of the GPS element collection.

Overview#

epoch

The almanac reference date for all almanacs in the (.al3) file per ICD-GPS-200.

week

The almanac reference week (VINA) for all almanacs in this (.al3) file per the ICD-GPS-200.

time_of_almanac

The almanac reference time (Time of Appilcability) for all almanacs in the (.al3) file per ICD-GPS-200.

age

The age of the satellite.

Import detail#

from ansys.stk.core.stkobjects import VehicleGPSElement

Property detail#

property VehicleGPSElement.epoch: Any#

The almanac reference date for all almanacs in the (.al3) file per ICD-GPS-200.

property VehicleGPSElement.week: int#

The almanac reference week (VINA) for all almanacs in this (.al3) file per the ICD-GPS-200.

property VehicleGPSElement.time_of_almanac: float#

The almanac reference time (Time of Appilcability) for all almanacs in the (.al3) file per ICD-GPS-200.

property VehicleGPSElement.age: float#

The age of the satellite.