Position of the sun wrt the current satellite position, in the requested frame, computed in the requested manner.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
[Python - STK API ] |
|---|
def SunPosition(self, SunPosType:"AgEUtSunPosType", Frame:"AgEUtFrame", X:float, Y:float, Z:float) -> typing.Tuple[float, float, float]: |
- SunPosType
- Method for computing the position of the sun.
- Frame
Requested frame to express the results.
- X
- X component of the current sun position in requested frame.
- Y
- Y component of the current sun position in requested frame.
- Z
- Z component of the current sun position in requested frame.






