SamplingMethodAdaptive ====================== .. py:class:: ansys.stk.core.stkobjects.SamplingMethodAdaptive Bases: :py:class:`~ansys.stk.core.stkobjects.ISamplingMethodStrategy` Define an adaptive sampling method. .. py:currentmodule:: SamplingMethodAdaptive Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.SamplingMethodAdaptive.maximum_time_step` - Maximum sampling step size used in access calculations. Uses Time Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.SamplingMethodAdaptive.minimum_time_step` - Minimum sampling step size used in access calculations. Uses Time Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import SamplingMethodAdaptive Property detail --------------- .. py:property:: maximum_time_step :canonical: ansys.stk.core.stkobjects.SamplingMethodAdaptive.maximum_time_step :type: float Maximum sampling step size used in access calculations. Uses Time Dimension. .. py:property:: minimum_time_step :canonical: ansys.stk.core.stkobjects.SamplingMethodAdaptive.minimum_time_step :type: float Minimum sampling step size used in access calculations. Uses Time Dimension.