VehicleAttitudeRealTimeDataReference#

class ansys.stk.core.stkobjects.VehicleAttitudeRealTimeDataReference#

Reference attitude profile for the incoming attitude data.

Overview#

set_profile_type

Set realtime data reference profile type.

is_profile_type_supported

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

profile_type

Get realtime data reference profile type.

profile_supported_types

Return an array of valid profiles.

profile

Return a data reference profile or null if no data reference profile has yet been selected.

Import detail#

from ansys.stk.core.stkobjects import VehicleAttitudeRealTimeDataReference

Property detail#

property VehicleAttitudeRealTimeDataReference.profile_type: AttitudeProfile#

Get realtime data reference profile type.

property VehicleAttitudeRealTimeDataReference.profile_supported_types: list#

Return an array of valid profiles.

property VehicleAttitudeRealTimeDataReference.profile: IVehicleAttitudeProfile#

Return a data reference profile or null if no data reference profile has yet been selected.

Method detail#

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

Set realtime data reference profile type.

Parameters:

profile : AttitudeProfile

Returns:

None

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

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

Parameters:

profile : AttitudeProfile

Returns:

bool