VehicleGPSAlmanacPropertiesSEM#

class ansys.stk.core.stkobjects.VehicleGPSAlmanacPropertiesSEM#

Bases: IVehicleGPSAlmanacProperties

SEM almanac properties.

Overview#

avg_ura

Get the satellite β€˜average’ URA number, with the URA number as defined in the ICD-GPS-200. This is not an item in the raw almanac file, but is based on the average URA value transmitted by this satellite in its subframe 1 data sets.

almanac_week

Get the week number from the reference week.

reference_week

Get or set the almanac reference week (VINA) for all almanacs in this file per the ICD-GPS-200.

time_of_almanac

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

date_of_almanac

Get the almanac reference date for all almanacs in the file per ICD-GPS-200.

health

Get the satellite health code as defined in the ICD-GPS-200 expressed in integer form. 0=healthy.

Import detail#

from ansys.stk.core.stkobjects import VehicleGPSAlmanacPropertiesSEM

Property detail#

property VehicleGPSAlmanacPropertiesSEM.avg_ura: int#

Get the satellite β€˜average’ URA number, with the URA number as defined in the ICD-GPS-200. This is not an item in the raw almanac file, but is based on the average URA value transmitted by this satellite in its subframe 1 data sets.

property VehicleGPSAlmanacPropertiesSEM.almanac_week: int#

Get the week number from the reference week.

property VehicleGPSAlmanacPropertiesSEM.reference_week: GPSReferenceWeek#

Get or set the almanac reference week (VINA) for all almanacs in this file per the ICD-GPS-200.

property VehicleGPSAlmanacPropertiesSEM.time_of_almanac: float#

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

property VehicleGPSAlmanacPropertiesSEM.date_of_almanac: str#

Get the almanac reference date for all almanacs in the file per ICD-GPS-200.

property VehicleGPSAlmanacPropertiesSEM.health: int#

Get the satellite health code as defined in the ICD-GPS-200 expressed in integer form. 0=healthy.