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#
The bounding interval list. |
|
The sampling time step. |
|
Specify whether to include interval edges. |
|
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. |
|
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.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.