AGI STK Astrogator 11Send comments on this topic.
EnableControlParameter Method (IAgVAMCSFollow)
See Also 
Param
Windows






Windows & Linux

Description

Enables the specified control parameter.

Syntax

[Visual Basic .NET]
Public Sub EnableControlParameter( _
   ByVal Param As AgEVAControlFollow _
) 
[C#]
public void EnableControlParameter(
   AgEVAControlFollow Param
);
[Managed C++]
public: void EnableControlParameter(
   AgEVAControlFollow Param
);
[Java]
public  enableControlParameter(
   AgEVAControlFollow Param
);
[Unmanaged C++]
public: HRESULT EnableControlParameter(
   AgEVAControlFollow Param
);

Parameters

Param
MemberValueDescription
eVAControlFollowFuelMass200Fuel Mass - the mass of the spacecraft propellant. Enter a value in the selected mass unit (e.g. kg).
eVAControlFollowCd201Drag Coefficient (Cd) - the dimensionless drag coefficient associated with the drag area.
eVAControlFollowCr202Solar Radiation Pressure (Spherical) Coefficient (Cr) - the reflectivity of the spacecraft used for solar radiation pressure calculations, where 2.0 is fully reflective and 1.0 is not reflective at all.
eVAControlFollowDragArea203Drag Area - the cross-sectional area of the spacecraft assumed perpendicular to the direction of motion, used for atmospheric drag calculations. Enter a value in the selected distance unit squared.
eVAControlFollowDryMass204Dry Mass - the mass of the spacecraft exclusive of propellant. Enter a value in the selected mass unit (e.g. kg).
eVAControlFollowFuelDensity205Fuel Density - the density of the fuel tank. Enter a value in the selected mass unit per the selected distance unit cubed (e.g. kg/m^3).
eVAControlFollowK1206GPS Solar Radiation Pressure K1 - if you are using a non-spherical SRP model, this field defines the model's K1 (scale) value.
eVAControlFollowK2207GPS Solar Radiation Pressure K2 - if you are using a non-spherical SRP model, this field defines the model's K2 (Y bias) value.
eVAControlFollowRadiationPressureArea208The cross-sectional area of the spacecraft assumed perpendicular to the direction of central body radiation, used for central body radiation (albedo / thermal pressure) calculations. Enter a value in the selected distance unit squared.
eVAControlFollowCk209Radiation Pressure (Albedo/Thermal) Coefficient (Ck) - the reflectivity of the spacecraft used for central body radiation pressure (albedo / thermal pressure) calculations, where 2.0 is fully reflective and 1.0 is not reflective at all.
eVAControlFollowSRPArea210Solar Radiation Pressure (Spherical) Area - the cross-sectional area of the spacecraft assumed perpendicular to the direction of solar radiation, used for solar radiation calculations. Enter a value in the selected distance unit squared.
eVAControlFollowTankPressure211Tank Pressure - the fuel tank pressure. Enter a value in the selected pressure unit (e.g. Pa).
eVAControlFollowTankTemp212Tank Temperature - the temperature of the fuel tank. Enter a value in the selected temperature unit.
eVAControlFollowMaxFuelMass213Maximum Fuel Mass - the maximum fuel mass of the spacecraft; this parameter specifically applies to Finite Maneuver segments that are being executed in Backward Sequences. Enter a value in the selected mass unit (e.g. kg).
eVAControlFollowTankVolume214Tank Volume - the volume of the fuel tank. Enter a value in the selected distance unit cubed (e.g. m^3). The minimum value is 1e-019 m^3.
eVAControlFollowXOffset215X Offset - the distance that the spacecraft will be offset from the leader's body frame along the X axis.
eVAControlFollowYOffset216Y Offset - the distance that the spacecraft will be offset from the leader's body frame along the Y axis.
eVAControlFollowZOffset217Z Offset - the distance that the spacecraft will be offset from the leader's body frame along the Z axis.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.