TimeToolTimeArrayFixedStep#

class ansys.stk.core.analysis_workbench.TimeToolTimeArrayFixedStep#

Bases: ITimeToolTimeArray, IAnalysisWorkbenchComponent

Defined by taking fixed time steps from specified time reference and adding sampled times to array if they fall within specified bounding interval list.

Overview#

bounding_interval_list

The bounding interval list.

sampling_time_step

The sampling time step.

include_interval_edges

Specify whether to include interval edges.

reference_type

Specify the time reference from which fixed sampling time steps are taken. Note: selecting Start/Stop of each Interval resets the time reference for each interval, whereas other types maintain single reference for entire array.

reference_time_instant

The reference time instant. Only applicable if the ReferenceType is set to time instant.

Import detail#

from ansys.stk.core.analysis_workbench import TimeToolTimeArrayFixedStep

Property detail#

property TimeToolTimeArrayFixedStep.bounding_interval_list: ITimeToolTimeIntervalList#

The bounding interval list.

property TimeToolTimeArrayFixedStep.sampling_time_step: float#

The sampling time step.

property TimeToolTimeArrayFixedStep.include_interval_edges: bool#

Specify whether to include interval edges.

property TimeToolTimeArrayFixedStep.reference_type: SampleReferenceTimeType#

Specify the time reference from which fixed sampling time steps are taken. Note: selecting Start/Stop of each Interval resets the time reference for each interval, whereas other types maintain single reference for entire array.

property TimeToolTimeArrayFixedStep.reference_time_instant: ITimeToolInstant#

The reference time instant. Only applicable if the ReferenceType is set to time instant.