VehicleAccessAdvancedSettings ============================= .. py:class:: ansys.stk.core.stkobjects.VehicleAccessAdvancedSettings Bases: :py:class:`~ansys.stk.core.stkobjects.IAccessAdvanced` Vehicle advanced targeting access computation properties. .. py:currentmodule:: VehicleAccessAdvancedSettings Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehicleAccessAdvancedSettings.use_light_time_delay` - Opt whether light time delay is applied when computing accesses. * - :py:attr:`~ansys.stk.core.stkobjects.VehicleAccessAdvancedSettings.time_sense` - Signal sense of the clock host. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehicleAccessAdvancedSettings Property detail --------------- .. py:property:: use_light_time_delay :canonical: ansys.stk.core.stkobjects.VehicleAccessAdvancedSettings.use_light_time_delay :type: bool Opt whether light time delay is applied when computing accesses. .. py:property:: time_sense :canonical: ansys.stk.core.stkobjects.VehicleAccessAdvancedSettings.time_sense :type: IvTimeSense Signal sense of the clock host.