CommSystemAccessSamplingMethodAdaptive#

class ansys.stk.core.stkobjects.CommSystemAccessSamplingMethodAdaptive#

Bases: ICommSystemAccessSamplingMethod

Class defining a CommSystem access options.

Overview#

maximum_time_step

Get or set the maximum step size to be used in new access computations. The maximum step size limits the amount of time that is allowed to elapse between sampling of the constraint functions during access computations. Uses Time Dimension.

minimum_time_step

Get or set the minimum step size that is allowed to be taken.

Import detail#

from ansys.stk.core.stkobjects import CommSystemAccessSamplingMethodAdaptive

Property detail#

property CommSystemAccessSamplingMethodAdaptive.maximum_time_step: float#

Get or set the maximum step size to be used in new access computations. The maximum step size limits the amount of time that is allowed to elapse between sampling of the constraint functions during access computations. Uses Time Dimension.

property CommSystemAccessSamplingMethodAdaptive.minimum_time_step: float#

Get or set the minimum step size that is allowed to be taken.