VehicleGPSAutoUpdateProperties ============================== .. py:class:: ansys.stk.core.stkobjects.VehicleGPSAutoUpdateProperties GPS AutoUpdate properties. .. py:currentmodule:: VehicleGPSAutoUpdateProperties Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGPSAutoUpdateProperties.selection` - Whether Automatic Update is active. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGPSAutoUpdateProperties.switch_method` - When to switch between element sets. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleGPSAutoUpdateProperties.week_reference_epoch` - Week reference epoch. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleGPSAutoUpdateProperties Property detail --------------- .. py:property:: selection :canonical: ansys.stk.core.stkobjects.VehicleGPSAutoUpdateProperties.selection :type: VehicleGPSElementSelectionType Whether Automatic Update is active. .. py:property:: switch_method :canonical: ansys.stk.core.stkobjects.VehicleGPSAutoUpdateProperties.switch_method :type: VehicleGPSSwitchMethod When to switch between element sets. .. py:property:: week_reference_epoch :canonical: ansys.stk.core.stkobjects.VehicleGPSAutoUpdateProperties.week_reference_epoch :type: GPSReferenceWeek Week reference epoch.