AttitudeTorque#

class ansys.stk.core.stkobjects.AttitudeTorque#

Torque file to use in defining integrated attitude.

Overview#

use_torque_file

Opt whether to use an external torque file.

torque_filename

Name of external torque (.tq) file. Torque files define a time-ordered list of body-fixed torques to be applied to the satellite.

Import detail#

from ansys.stk.core.stkobjects import AttitudeTorque

Property detail#

property AttitudeTorque.use_torque_file: bool#

Opt whether to use an external torque file.

property AttitudeTorque.torque_filename: str#

Name of external torque (.tq) file. Torque files define a time-ordered list of body-fixed torques to be applied to the satellite.