IVehiclePointing#

class ansys.stk.core.stkobjects.IVehiclePointing#

Interface for target pointing attitude profiles, which override the basic attitude profile for a satellite and have a selected axis point in the direction of one or more selected targets, subject to applicable access constraints.

Overview#

use_target_pointing

Opt whether to use a target pointing attitude.

targets

Get the targets used for the attitude profile.

target_times

Get the target times.

Import detail#

from ansys.stk.core.stkobjects import IVehiclePointing

Property detail#

property IVehiclePointing.use_target_pointing: bool#

Opt whether to use a target pointing attitude.

property IVehiclePointing.targets: VehicleTargetPointingCollection#

Get the targets used for the attitude profile.

property IVehiclePointing.target_times: VehicleTargetTimes#

Get the target times.