VehicleAttitudeMaximumSlewRate#

class ansys.stk.core.stkobjects.VehicleAttitudeMaximumSlewRate#

Define the maximum slew rate by entering a maximum overall magnitude. You can constrain the slew rate 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_rate_along_x_axis_enabled

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

slew_rate_along_y_axis_enabled

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

slew_rate_along_z_axis_enabled

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

slew_rate_along_x_axis

Constraint the slew rate along the direction of X axis.

slew_rate_along_y_axis

Constraint the slew rate along the direction of Y axis.

slew_rate_along_z_axis

Constraint the slew rate along the direction of Z axis.

Import detail#

from ansys.stk.core.stkobjects import VehicleAttitudeMaximumSlewRate

Property detail#

property VehicleAttitudeMaximumSlewRate.magnitude: float#

Get or set the maximum overall magnitude.

property VehicleAttitudeMaximumSlewRate.slew_rate_along_x_axis_enabled: bool#

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

property VehicleAttitudeMaximumSlewRate.slew_rate_along_y_axis_enabled: bool#

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

property VehicleAttitudeMaximumSlewRate.slew_rate_along_z_axis_enabled: bool#

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

property VehicleAttitudeMaximumSlewRate.slew_rate_along_x_axis: float#

Constraint the slew rate along the direction of X axis.

property VehicleAttitudeMaximumSlewRate.slew_rate_along_y_axis: float#

Constraint the slew rate along the direction of Y axis.

property VehicleAttitudeMaximumSlewRate.slew_rate_along_z_axis: float#

Constraint the slew rate along the direction of Z axis.