ScenarioAnimationTimePeriod#
- class ansys.stk.core.stkobjects.ScenarioAnimationTimePeriod#
Configure the scenarioβs animation time.
Overview#
Get the animationβs start time. Uses DateFormat Dimension. |
|
Get the animationβs stop time. Uses DateFormat Dimension. |
|
A time duration. The value is a relative duration (i.e. |
|
Whether the animation start time is the same as the analysisβs start 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
).