ScenarioAnimation#
- class ansys.stk.core.stkobjects.ScenarioAnimation#
Class defining the animation properties of a Scenario.
Overview#
Return a time array component used to configure the time array or null if component has not been configured yet. |
|
Return the time array componentβs qualified path or null if no component has been configured yet. |
|
Remove and resets the display configuration by unsetting currently set time array component (if any). |
|
Configure the time array using the specified time component. Allowed are only event arrays. |
|
Configure the time array using the specified time component. Allowed are only event arrays. QualifiedPath format adheres to the format used throughout VGT API (i.e. |
Animation end time. Uses DateFormat Dimension. |
|
Animation end time or loop-at time. A member of the ScenarioEndLoopType enumeration. |
|
Time step, real time (with offset) or a multiple of real time. A member of the ScenarioTimeStepType enumeration. |
|
Animation time step. Dimension depends on context. |
|
Animation XRealtime Continue from Paused Time. |
|
Enable a selection between end time and loop-at time. |
|
Amount of time between refresh updates. The actual refresh delta is limited by the minimum time necessary to draw the scenario. The refresh time varies with processor performance, graphics hardware and scenario complexity. Uses Time Dimension. |
|
Refresh Delta or high speed. A member of the ScenarioRefreshDeltaType enumeration. |
|
Animation start time. Uses DateFormat Dimension. |
|
Animation Time Array Increment. |
|
Allow the user to configure the scenarioβs animation time period. |
Import detail#
from ansys.stk.core.stkobjects import ScenarioAnimation
Property detail#
- property ScenarioAnimation.animation_cycle_time: Any#
Animation end time. Uses DateFormat Dimension.
- property ScenarioAnimation.animation_end_loop_type: ScenarioEndLoopType#
Animation end time or loop-at time. A member of the ScenarioEndLoopType enumeration.
- property ScenarioAnimation.animation_step_type: ScenarioTimeStepType#
Time step, real time (with offset) or a multiple of real time. A member of the ScenarioTimeStepType enumeration.
- property ScenarioAnimation.animation_step_value: float#
Animation time step. Dimension depends on context.
- property ScenarioAnimation.continue_x_real_time_from_pause: bool#
Animation XRealtime Continue from Paused Time.
- property ScenarioAnimation.enable_anim_cycle_time: bool#
Enable a selection between end time and loop-at time.
- property ScenarioAnimation.refresh_delta: float#
Amount of time between refresh updates. The actual refresh delta is limited by the minimum time necessary to draw the scenario. The refresh time varies with processor performance, graphics hardware and scenario complexity. Uses Time Dimension.
- property ScenarioAnimation.refresh_delta_type: ScenarioRefreshDeltaType#
Refresh Delta or high speed. A member of the ScenarioRefreshDeltaType enumeration.
- property ScenarioAnimation.time_period: ScenarioAnimationTimePeriod#
Allow the user to configure the scenarioβs animation time period.
Method detail#
- ScenarioAnimation.get_time_array_component(self) IAnalysisWorkbenchComponent #
Return a time array component used to configure the time array or null if component has not been configured yet.
- Returns:
IAnalysisWorkbenchComponent
- ScenarioAnimation.get_time_array_qualified_path(self) str #
Return the time array componentβs qualified path or null if no component has been configured yet.
- Returns:
- ScenarioAnimation.reset_time_array_component(self) None #
Remove and resets the display configuration by unsetting currently set time array component (if any).
- Returns:
- ScenarioAnimation.set_time_array_component(self, component: IAnalysisWorkbenchComponent) None #
Configure the time array using the specified time component. Allowed are only event arrays.
- Parameters:
component :
IAnalysisWorkbenchComponent
- Returns: