EventDetectionSubSampling#

class ansys.stk.core.stkobjects.EventDetectionSubSampling#

Bases: IEventDetectionStrategy

Event detection strategy involving subsampling.

Overview#

time_convergence

Time convergence value used in access computations. Uses Time Dimension.

absolute_value_convergence

Use absolute convergence value for access. Dimensionless.

relative_value_convergence

Use relative convergence value for access. Dimensionless.

Import detail#

from ansys.stk.core.stkobjects import EventDetectionSubSampling

Property detail#

property EventDetectionSubSampling.time_convergence: float#

Time convergence value used in access computations. Uses Time Dimension.

property EventDetectionSubSampling.absolute_value_convergence: float#

Use absolute convergence value for access. Dimensionless.

property EventDetectionSubSampling.relative_value_convergence: float#

Use relative convergence value for access. Dimensionless.