AccessTargetTime#

class ansys.stk.core.stkobjects.AccessTargetTime#

Class for defining Sensor target times in terms of access.

Overview#

start_time

Start time for the access period. Uses DateFormat Dimension.

stop_time

Stop time for the access period. Uses DateFormat Dimension.

target

Object to which there is access.

Import detail#

from ansys.stk.core.stkobjects import AccessTargetTime

Property detail#

property AccessTargetTime.start_time: Any#

Start time for the access period. Uses DateFormat Dimension.

property AccessTargetTime.stop_time: Any#

Stop time for the access period. Uses DateFormat Dimension.

property AccessTargetTime.target: str#

Object to which there is access.