AccelerationTerm Object

Top  Previous  Next

Description

The AccelerationTerm object is used to provide insight into the accelerations due to various forces on a Spacecraft. This object is not creatable in script, but an Array of AccelerationTerm objects is always available as a property of the Spacecraft object, as seen in the example below:

 

Report Spacecraft1.Accelerations[i].Description, Spacecraft1.Accelerations[i].Acceleration;

 

Users cannot create instances of this type of object. However, users can access instances of this object type that have been created indirectly, for example as children of other objects. Users can also access any static properties and methods on this object type.

 

Inheritance Hierarchy: Object->AccelerationTerm

 

Available In Editions:

Engineer

Mission

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Properties

 

Methods