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






Windows & Linux

Description

Disables the specified control parameter.

Syntax

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

Parameters

Param
MemberValueDescription
eVAControlUpdateCdVal100Drag Coefficient (Cd) - the dimensionless drag coefficient associated with the drag area.
eVAControlUpdateCrVal101Solar 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.
eVAControlUpdateDragAreaVal102Drag 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.
eVAControlUpdateDryMassVal103Dry Mass - the mass of the spacecraft exclusive of propellant. Enter a value in the selected mass unit (e.g. kg).
eVAControlUpdateFuelDensityVal104Fuel 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).
eVAControlUpdateFuelMassVal105Fuel Mass - the mass of the spacecraft propellant. Enter a value in the selected mass unit (e.g. kg).
eVAControlUpdateRadiationPressureAreaVal106The 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.
eVAControlUpdateRadiationPressureCoefficientVal107Radiation 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.
eVAControlUpdateSRPAreaVal108Solar 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.
eVAControlUpdateTankPressureVal109Tank Pressure - the fuel tank pressure. Enter a value in the selected pressure unit (e.g. Pa).
eVAControlUpdateTankTempVal110Tank Temperature - the temperature of the fuel tank. Enter a value in the selected temperature unit.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.