STK AstrogatorSend comments on this topic.
QuerySpherical Method (IAgVAAttitudeControlImpulsiveThrustVector)
See Also
Windows





Windows & Linux

Description

Get all three spherical components of the DeltaV vector as an array (order Az, El, Mag; dimensions: Angle, Angle, SmallDistance/Time).

Syntax

[Visual Basic .NET]
Public Function QuerySpherical() As System.Array
[C#]
public System.Array QuerySpherical();
[Managed C++]
public: System::Array QuerySpherical();
[Unmanaged C++]
public: HRESULT QuerySpherical(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray querySpherical();
[Python - STK API ]
def QuerySpherical(self) -> list:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.