Description
The cross-sectional area of the spacecraft assumed perpendicular to the direction of central body radiation, used for central body radiation (albedo / thermal pressure) calculations. Uses SmallArea Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property RadiationPressureArea() As Double
|
[C#] |
---|
public double RadiationPressureArea {get; set;}
|
[Managed C++] |
---|
public: __property double get_RadiationPressureArea(); public: __property void set_RadiationPressureArea(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_RadiationPressureArea(
double * pVal
);
public: HRESULT put_RadiationPressureArea(
double newVal
);
|
[Java] |
---|
public double getRadiationPressureArea();
public void setRadiationPressureArea(
double
);
|
[Python - STK API] |
---|
@property
def RadiationPressureArea(self) -> float:
@RadiationPressureArea.setter
def RadiationPressureArea(self, newVal:float) -> None:
|
See Also