STK AstrogatorSend comments on this topic.
RadiationPressureCoeff Property (IAgVAState)
See Also
Windows





Windows & Linux

Description

Gets or sets 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. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RadiationPressureCoeff() As Double
[C#]
public double RadiationPressureCoeff {get; set;}
[Managed C++]
public: __property double get_RadiationPressureCoeff();
public: __property void set_RadiationPressureCoeff( double );
[Unmanaged C++]
public: HRESULT get_RadiationPressureCoeff(
    double * pRadiationPressureCoeff
);
public: HRESULT put_RadiationPressureCoeff(
    double RadiationPressureCoeff
);
[Java]
public double getRadiationPressureCoeff();
public void setRadiationPressureCoeff(
    double
);
[Python - STK API ]
@property
def RadiationPressureCoeff(self) -> float:

@RadiationPressureCoeff.setter
def RadiationPressureCoeff(self, RadiationPressureCoeff:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.