EventDetection ============== .. py:class:: ansys.stk.core.stkobjects.EventDetection IntEnum .. py:currentmodule:: EventDetection Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~UNKNOWN` - Unknown event detection strategy. * - :py:attr:`~NO_SUB_SAMPLING` - Event detection strategy not using subsampling. * - :py:attr:`~USE_SUB_SAMPLING` - Event detection strategy using subsampling. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import EventDetection