VehicleTargetTimes#

class ansys.stk.core.stkobjects.VehicleTargetTimes#

Target times for target pointing attitude.

Overview#

deconflict

Deconflict intervals.

use_access_times

Opt whether to use access times as target times; otherwise, scheduled times are used.

access_times

Get the access times.

schedule_times

Get the scheduled times.

Import detail#

from ansys.stk.core.stkobjects import VehicleTargetTimes

Property detail#

property VehicleTargetTimes.use_access_times: bool#

Opt whether to use access times as target times; otherwise, scheduled times are used.

property VehicleTargetTimes.access_times: AccessTargetTimesCollection#

Get the access times.

property VehicleTargetTimes.schedule_times: AttitudeScheduleTimesCollection#

Get the scheduled times.

Method detail#

VehicleTargetTimes.deconflict(self) None#

Deconflict intervals.

Returns:

None