Add the acceleration in meters/second^2 in the given frame to the force model.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def AddAcceleration(self, Frame:"AgEUtFrame", X:float, Y:float, Z:float) -> None: |
- Frame
- The frame of the acceleration's components.
- X
- X component of acceleration.
- Y
- Y component of acceleration.
- Z
- Z component of acceleration.






