The acceleration in meters/second^2 contribution of the indicated Type, returned as cartesian components in the specified frame.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
[Python - STK API ] |
|---|
def GetAcceleration(self, Type:"AgEAccelType", Frame:"AgEUtFrame", X:float, Y:float, Z:float) -> typing.Tuple[float, float, float]: |
- Type
- Acceleration type (i.e., a constituent of the force model).
- Frame
- Requested frame to express the results.
- X
- X component of the acceleration contribution in requested frame.
- Y
- Y component of the acceleration contribution in requested frame.
- Z
- Z component of the acceleration contribution in requested frame.






