SamplingMethodFixedStep#

class ansys.stk.core.stkobjects.SamplingMethodFixedStep#

Bases: ISamplingMethodStrategy

Define a fixed time-step sampling method.

Overview#

fixed_time_step

Fixed sampling time step. Uses Time Dimension.

time_bound

Duration used to align sample times with UTC. Uses Time Dimension.

Import detail#

from ansys.stk.core.stkobjects import SamplingMethodFixedStep

Property detail#

property SamplingMethodFixedStep.fixed_time_step: float#

Fixed sampling time step. Uses Time Dimension.

property SamplingMethodFixedStep.time_bound: float#

Duration used to align sample times with UTC. Uses Time Dimension.