ScenarioAnimationTimePeriod#

class ansys.stk.core.stkobjects.ScenarioAnimationTimePeriod#

Configure the scenario’s animation time.

Overview#

start_time

Get the animation’s start time. Uses DateFormat Dimension.

stop_time

Get the animation’s stop time. Uses DateFormat Dimension.

duration

A time duration. The value is a relative duration (i.e. +1 day, +1 hour).

use_analysis_start_time

Whether the animation start time is the same as the analysis’s start time.

use_analysis_stop_time

Whether the animation stop time is the same as the analysis’s stop time.

Import detail#

from ansys.stk.core.stkobjects import ScenarioAnimationTimePeriod

Property detail#

property ScenarioAnimationTimePeriod.start_time: TimePeriodValue#

Get the animation’s start time. Uses DateFormat Dimension.

property ScenarioAnimationTimePeriod.stop_time: TimePeriodValue#

Get the animation’s stop time. Uses DateFormat Dimension.

property ScenarioAnimationTimePeriod.duration: Any#

A time duration. The value is a relative duration (i.e. +1 day, +1 hour).

property ScenarioAnimationTimePeriod.use_analysis_start_time: bool#

Whether the animation start time is the same as the analysis’s start time.

property ScenarioAnimationTimePeriod.use_analysis_stop_time: bool#

Whether the animation stop time is the same as the analysis’s stop time.