AGI STK Astrogator 11Send comments on this topic.
SetAttitudeControlType Method (IAgVAManeuver)
See Also 
AttitudeControlType
Windows






Windows & Linux

Description

Sets the attitude control type.

Syntax

[Visual Basic .NET]
Public Sub SetAttitudeControlType( _
   ByVal AttitudeControlType As AgEVAAttitudeControl _
) 
[C#]
public void SetAttitudeControlType(
   AgEVAAttitudeControl AttitudeControlType
);
[Managed C++]
public: void SetAttitudeControlType(
   AgEVAAttitudeControl AttitudeControlType
);
[Java]
public  setAttitudeControlType(
   AgEVAAttitudeControl AttitudeControlType
);
[Unmanaged C++]
public: HRESULT SetAttitudeControlType(
   AgEVAAttitudeControl AttitudeControlType
);

Parameters

AttitudeControlType
MemberValueDescription
eVAAttitudeControlVelocityVector0Along Velocity Vector - attitude is such that the total thrust vector is aligned with the spacecraft's inertial velocity vector.
eVAAttitudeControlAntiVelocityVector1Anti-Velocity Vector - attitude is such that the total thrust vector is opposite to the spacecraft's inertial velocity vector.
eVAAttitudeControlAttitude2Attitude - attitude is defined using Euler Angles or a Quaternion.
eVAAttitudeControlFile3File - import an attitude file to set the maneuver.
eVAAttitudeControlThrustVector4Thrust Vector - the total thrust vector can be specified in cartesian or spherical form with respect to the thrust axes.
eVAAttitudeControlPlugin5Plugin - attitude is defined using a COM plugin.
eVAAttitudeControlTimeVarying6Time Varying - polynomial and sine representations for the azimuth and elevation of the thrust vector.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.