VehicleTargetTimes#
- class ansys.stk.core.stkobjects.VehicleTargetTimes#
Target times for target pointing attitude.
Overview#
Deconflict intervals. |
Opt whether to use access times as target times; otherwise, scheduled times are used. |
|
Get the access 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.