AttitudeControlFiniteFile#

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

Bases: IAttitudeControlFinite, IAttitudeControl, IRuntimeTypeInfoProvider

The file attitude control for a finite maneuver.

Overview#

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 AttitudeControlFiniteFile

Property detail#

property AttitudeControlFiniteFile.filename: str#

Get or set the attitude file to use.

property AttitudeControlFiniteFile.file_time_offset: float#

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

property AttitudeControlFiniteFile.full_filename: str#

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