STK AstrogatorSend comments on this topic.
AtmosAlt Property (IAgVASRPGSPM04aIIA)
See Also
Windows





Windows & Linux

Description

The atmospheric altitude for eclipse. A simple model to account for some measure of attenuation that simply increases the shape of the Earth by the defined altitude height, often taken to be 23 km. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AtmosAlt() As Double
[C#]
public double AtmosAlt {get; set;}
[Managed C++]
public: __property double get_AtmosAlt();
public: __property void set_AtmosAlt( double );
[Unmanaged C++]
public: HRESULT get_AtmosAlt(
    double * pVal
);
public: HRESULT put_AtmosAlt(
    double InVal
);
[Java]
public double getAtmosAlt();
public void setAtmosAlt(
    double
);
[Python - STK API ]
@property
def AtmosAlt(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.