AttitudeStandardBasic#

class ansys.stk.core.stkobjects.AttitudeStandardBasic#

Basic attitude profile.

Overview#

set_profile_type

Set basic attitude profile type.

is_profile_type_supported

Get a value indicating whether the specified type can be used.

profile_type

Get basic attitude profile type.

profile_supported_types

Return an array of valid choices.

profile

Return the profile interface.

Import detail#

from ansys.stk.core.stkobjects import AttitudeStandardBasic

Property detail#

property AttitudeStandardBasic.profile_type: AttitudeProfile#

Get basic attitude profile type.

property AttitudeStandardBasic.profile_supported_types: list#

Return an array of valid choices.

property AttitudeStandardBasic.profile: IVehicleAttitudeProfile#

Return the profile interface.

Method detail#

AttitudeStandardBasic.set_profile_type(self, profile: AttitudeProfile) None#

Set basic attitude profile type.

Parameters:

profile : AttitudeProfile

Returns:

None

AttitudeStandardBasic.is_profile_type_supported(self, profile: AttitudeProfile) bool#

Get a value indicating whether the specified type can be used.

Parameters:

profile : AttitudeProfile

Returns:

bool