VehicleAttitudeSlewFixedRate#

class ansys.stk.core.stkobjects.VehicleAttitudeSlewFixedRate#

Bases: IVehicleAttitudeSlewBase

Fixed rate slew.

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.

Import detail#

from ansys.stk.core.stkobjects import VehicleAttitudeSlewFixedRate

Property detail#

property VehicleAttitudeSlewFixedRate.maximum_slew_time: float#

Limits the maximum slew rate.

property VehicleAttitudeSlewFixedRate.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 VehicleAttitudeSlewFixedRate.maximum_slew_rate: VehicleAttitudeMaximumSlewRate#

Configure how to constrain the slew rate.