VehicleIntegratedAttitude#
- class ansys.stk.core.stkobjects.VehicleIntegratedAttitude#
Integrated Attitude generates an external attitude file for a satellite by numerically integrating Eulerβs equations for the current satellite.
Overview#
Initialize the parameters using a satelliteβs attitude. |
|
Generate an external attitude file for a satellite by numerically integrating Eulerβs equations for the current satellite and save results to the specified file. |
Start time for the attitude file. Uses DateFormat Dimension. |
|
Stop time for the attitude file. Uses DateFormat Dimension. |
|
Epoch of the attitude file. Uses DateFormat Dimension. |
|
Get the initial orientation of the satellite in the Earth Inertial (ECI) frame. |
|
Body fixed wx rate: initial angular velocity rate about the satelliteβs X axis. Uses AngleRate Dimension. |
|
Body fixed wy rate: initial angular velocity rate about the satelliteβs Y axis. Uses AngleRate Dimension. |
|
Body fixed wz rate: initial angular velocity rate about the satelliteβs Z axis. Uses AngleRate Dimension. |
|
Get the external torque data. |
Import detail#
from ansys.stk.core.stkobjects import VehicleIntegratedAttitude
Property detail#
- property VehicleIntegratedAttitude.start_time: Any#
Start time for the attitude file. Uses DateFormat Dimension.
- property VehicleIntegratedAttitude.stop_time: Any#
Stop time for the attitude file. Uses DateFormat Dimension.
- property VehicleIntegratedAttitude.epoch: Any#
Epoch of the attitude file. Uses DateFormat Dimension.
- property VehicleIntegratedAttitude.orientation: IOrientation#
Get the initial orientation of the satellite in the Earth Inertial (ECI) frame.
- property VehicleIntegratedAttitude.wx: float#
Body fixed wx rate: initial angular velocity rate about the satelliteβs X axis. Uses AngleRate Dimension.
- property VehicleIntegratedAttitude.wy: float#
Body fixed wy rate: initial angular velocity rate about the satelliteβs Y axis. Uses AngleRate Dimension.
- property VehicleIntegratedAttitude.wz: float#
Body fixed wz rate: initial angular velocity rate about the satelliteβs Z axis. Uses AngleRate Dimension.
- property VehicleIntegratedAttitude.torque: AttitudeTorque#
Get the external torque data.