VehicleAttitudeRealTimeDataReference#
- class ansys.stk.core.stkobjects.VehicleAttitudeRealTimeDataReference#
Reference attitude profile for the incoming attitude data.
Overview#
Set realtime data reference profile type. |
|
Get a value indicating whether the specified profile type can be used. |
Get realtime data reference profile type. |
|
Return an array of valid profiles. |
|
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:
- 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: