RampTableEntry Object

Top  Previous  Next

Description

The RampTableEntry object allows the user to configure the entries that make up the ramping schedule for a GroundAntenna.FrequencyRampingSchedule, which is used for processing DSN data. This object is not creatable in script, but an array of RampTableEntry objects is always created as a child object of the GroundAntenna.FrequencyRampingSchedule object as seen in the example below:

 

GroundStation1.Antenna.FrequencyRampingSchedule.Entries[0].FrequencyRate = 0.0; // Hz/second

 

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->RampTableEntry

 

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