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#
Get or set the maximum overall magnitude. |
|
Whether to constrain the slew acceleration along the direction of X axis. |
|
Whether to constrain the slew acceleration along the direction of Y axis. |
|
Whether to constrain the slew acceleration along the direction of Z axis. |
|
Constraint the slew acceleration along the direction of X axis. |
|
Constraint the slew acceleration along the direction of Y 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.