EventDetectionSubSampling ========================= .. py:class:: ansys.stk.core.stkobjects.EventDetectionSubSampling Bases: :py:class:`~ansys.stk.core.stkobjects.IEventDetectionStrategy` Event detection strategy involving subsampling. .. py:currentmodule:: EventDetectionSubSampling Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.EventDetectionSubSampling.time_convergence` - Time convergence value used in access computations. Uses Time Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.EventDetectionSubSampling.absolute_value_convergence` - Use absolute convergence value for access. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.EventDetectionSubSampling.relative_value_convergence` - Use relative convergence value for access. Dimensionless. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import EventDetectionSubSampling Property detail --------------- .. py:property:: time_convergence :canonical: ansys.stk.core.stkobjects.EventDetectionSubSampling.time_convergence :type: float Time convergence value used in access computations. Uses Time Dimension. .. py:property:: absolute_value_convergence :canonical: ansys.stk.core.stkobjects.EventDetectionSubSampling.absolute_value_convergence :type: float Use absolute convergence value for access. Dimensionless. .. py:property:: relative_value_convergence :canonical: ansys.stk.core.stkobjects.EventDetectionSubSampling.relative_value_convergence :type: float Use relative convergence value for access. Dimensionless.