AttitudeControlImpulsiveFile#

class ansys.stk.core.stkobjects.astrogator.AttitudeControlImpulsiveFile#

Bases: IAttitudeControlImpulsive, IAttitudeControl, IRuntimeTypeInfoProvider

The file attitude control for an impulsive maneuver.

Overview#

delta_v_magnitude

Get or set the size of the delta-V to be applied to the orbit along the specified direction. Uses Rate Dimension.

filename

Get or set the attitude file to use.

file_time_offset

Get or set the time offset can be used to adjust the time stored in the attitude file. Dimensionless.

full_filename

Get the full path and name of the attitude file to use.

Import detail#

from ansys.stk.core.stkobjects.astrogator import AttitudeControlImpulsiveFile

Property detail#

property AttitudeControlImpulsiveFile.delta_v_magnitude: float#

Get or set the size of the delta-V to be applied to the orbit along the specified direction. Uses Rate Dimension.

property AttitudeControlImpulsiveFile.filename: str#

Get or set the attitude file to use.

property AttitudeControlImpulsiveFile.file_time_offset: float#

Get or set the time offset can be used to adjust the time stored in the attitude file. Dimensionless.

property AttitudeControlImpulsiveFile.full_filename: str#

Get the full path and name of the attitude file to use.