ScheduleTime#

class ansys.stk.core.stkobjects.ScheduleTime#

Class for defining Sensor target times in terms of a specified schedule.

Overview#

start_time

Start time of the scheduled access period. Uses DateFormat Dimension.

stop_time

Stop time of the scheduled access period. Uses DateFormat Dimension.

target

Object to which there is access during the scheduled period.

Import detail#

from ansys.stk.core.stkobjects import ScheduleTime

Property detail#

property ScheduleTime.start_time: Any#

Start time of the scheduled access period. Uses DateFormat Dimension.

property ScheduleTime.stop_time: Any#

Stop time of the scheduled access period. Uses DateFormat Dimension.

property ScheduleTime.target: str#

Object to which there is access during the scheduled period.