VehicleAttitudeSlewConstrained#

class ansys.stk.core.stkobjects.VehicleAttitudeSlewConstrained#

Bases: IVehicleAttitudeSlewBase

Constrained slew mode.

Overview#

maximum_slew_time

Limits the maximum slew rate.

slew_timing_between_targets

Choose an event within the window of opportunity to trigger each slew, or select Optimal to change attitude whenever the slew can be performed most efficiently.

maximum_slew_rate

Configure how to constrain the slew rate.

maximum_slew_acceleration

Configure how to constrain the slew acceleration.

Import detail#

from ansys.stk.core.stkobjects import VehicleAttitudeSlewConstrained

Property detail#

property VehicleAttitudeSlewConstrained.maximum_slew_time: float#

Limits the maximum slew rate.

property VehicleAttitudeSlewConstrained.slew_timing_between_targets: VehicleSlewTimingBetweenTargetType#

Choose an event within the window of opportunity to trigger each slew, or select Optimal to change attitude whenever the slew can be performed most efficiently.

property VehicleAttitudeSlewConstrained.maximum_slew_rate: VehicleAttitudeMaximumSlewRate#

Configure how to constrain the slew rate.

property VehicleAttitudeSlewConstrained.maximum_slew_acceleration: VehicleAttitudeMaximumSlewAcceleration#

Configure how to constrain the slew acceleration.