Description
The Earth-fixed longitude where the satellite has crossed the inertial equator (the intersection of the ground track and the inertial equator) from south to north based on an assumption of two-body motion. Uses Angle dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property LAN() As System.Object
|
[C#] |
---|
public System.Object LAN {get; set;}
|
[Managed C++] |
---|
public: __property VARIANT get_LAN(); public: __property void set_LAN(
VARIANT
);
|
[Unmanaged C++] |
---|
public: HRESULT get_LAN(
VARIANT * pVal
);
public: HRESULT put_LAN(
VARIANT InVal
);
|
[Java] |
---|
public AgVariant getLAN();
public void setLAN(
AgVariant
);
|
[Python - STK API] |
---|
@property
def LAN(self) -> typing.Any:
@LAN.setter
def LAN(self, InVal:typing.Any) -> None:
|
See Also