VehicleGPSAlmanacPropertiesYUMA#

class ansys.stk.core.stkobjects.VehicleGPSAlmanacPropertiesYUMA#

Bases: IVehicleGPSAlmanacProperties

YUMA almanac properties.

Overview#

week_number

Get the week number from the reference week.

almanac_week

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

reference_week

Get or set the 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 VehicleGPSAlmanacPropertiesYUMA

Property detail#

property VehicleGPSAlmanacPropertiesYUMA.week_number: int#

Get the week number from the reference week.

property VehicleGPSAlmanacPropertiesYUMA.almanac_week: int#

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

property VehicleGPSAlmanacPropertiesYUMA.reference_week: GPSReferenceWeek#

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

property VehicleGPSAlmanacPropertiesYUMA.time_of_almanac: float#

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

property VehicleGPSAlmanacPropertiesYUMA.date_of_almanac: str#

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

property VehicleGPSAlmanacPropertiesYUMA.health: int#

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