AGI STK Astrogator 11 Send comments on this topic.
IsControlParameterEnabled Method (IAgVAThruster)
See Also 
Param





Description

Sees if the specified control is enabled.

Syntax

[Visual Basic .NET]
Public Function IsControlParameterEnabled( _
   ByVal Param As AgEVAControlThrusters _
) As Boolean

[C#]
public bool IsControlParameterEnabled(
AgEVAControlThrusters Param
);

[Managed C++]
public: bool IsControlParameterEnabled(
AgEVAControlThrusters Param
);

[Java]
public bool isControlParameterEnabled(
AgEVAControlThrusters Param
);

[Unmanaged C++]
public: HRESULT IsControlParameterEnabled(
AgEVAControlThrusters Param,
VARIANT_BOOL * ReturnValue
);

Parameters

Param
Member Value Description
eVAControlThrustersEquivOnTime 0 The equivalent on-time percentage is a factor multiplied by the thrust. The thrust is applied continuously throughout the maneuver and is reduced by the percentage. The mass flow rate is likewise reduced. E.g., for an on-time percentage of 75, the acceleration on the spacecraft will be reduced by 25, and only 75% of the fuel will be used.
eVAControlThrustersThrustEfficiency 1 The thruster efficiency.
eVAControlThrustersSphericalAzimuth 2 Thruster direction defined as a vector in the body frame. Spherical azimuth value.
eVAControlThrustersSphericalElevation 3 Thruster direction defined as a vector in the body frame. Spherical elevation value.
eVAControlThrustersCartesianX 4 Thruster direction defined as a vector in the body frame. Cartesian X value.
eVAControlThrustersCartesianY 5 Thruster direction defined as a vector in the body frame. Cartesian Y value.
eVAControlThrustersCartesianZ 6 Thruster direction defined as a vector in the body frame. Cartesian Z value.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1