VehicleAttitudeMaximumSlewAcceleration#

class ansys.stk.core.stkobjects.VehicleAttitudeMaximumSlewAcceleration#

Define the maximum slew acceleration by entering maximum overall magnitude. You can constrain the slew acceleration in specific directions by selecting one or more Per Axis rates and defining separate maximum rates for those axes.

Overview#

magnitude

Get or set the maximum overall magnitude.

slew_acceleration_along_x_axis_enabled

Whether to constrain the slew acceleration along the direction of X axis.

slew_acceleration_along_y_axis_enabled

Whether to constrain the slew acceleration along the direction of Y axis.

slew_acceleration_along_z_axis_enabled

Whether to constrain the slew acceleration along the direction of Z axis.

slew_acceleration_along_x_axis

Constraint the slew acceleration along the direction of X axis.

slew_acceleration_along_y_axis

Constraint the slew acceleration along the direction of Y axis.

slew_acceleration_along_z_axis

Constraint the slew acceleration along the direction of Z axis.

Import detail#

from ansys.stk.core.stkobjects import VehicleAttitudeMaximumSlewAcceleration

Property detail#

property VehicleAttitudeMaximumSlewAcceleration.magnitude: float#

Get or set the maximum overall magnitude.

property VehicleAttitudeMaximumSlewAcceleration.slew_acceleration_along_x_axis_enabled: bool#

Whether to constrain the slew acceleration along the direction of X axis.

property VehicleAttitudeMaximumSlewAcceleration.slew_acceleration_along_y_axis_enabled: bool#

Whether to constrain the slew acceleration along the direction of Y axis.

property VehicleAttitudeMaximumSlewAcceleration.slew_acceleration_along_z_axis_enabled: bool#

Whether to constrain the slew acceleration along the direction of Z axis.

property VehicleAttitudeMaximumSlewAcceleration.slew_acceleration_along_x_axis: float#

Constraint the slew acceleration along the direction of X axis.

property VehicleAttitudeMaximumSlewAcceleration.slew_acceleration_along_y_axis: float#

Constraint the slew acceleration along the direction of Y axis.

property VehicleAttitudeMaximumSlewAcceleration.slew_acceleration_along_z_axis: float#

Constraint the slew acceleration along the direction of Z axis.