FrequencyRampSchedule.AddRampScheduleEntry(Variable, Variable, Variable, Variable) Method

Top 

Description

Add ramp table entry to the ramping schedule for the specified GroundAntenna.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Method Signature

FrequencyRampSchedule.AddRampScheduleEntry(

Variable rampStartEpoch,


Variable rampType,


Variable startFrequency,


Variable frequencyRate)

 

 

Arguments

rampStartEpoch


Description:

Start epoch of the frequency ramp.

 

 

rampType


Description:

Type of the ramp.

Valid Values:

Value

Label

0

Snap

1

Start of new ramp

2

Medial report

3

Periodic report

4

End of ramp

5

Ramping terminated by user

6

Invalid/unknown

 

 

 

startFrequency


Description:

The frequency at the start of the ramp.

Units:

Hz

Valid Range:

startFrequency ≥ 0

 

 

frequencyRate


Description:

The frequency at the start of the ramp.

Units:

Hz/s

 

 

 

Syntax

myFrequencyRampSchedule1.AddRampScheduleEntry(myVariable1, myVariable2, myVariable3, myVariable4);

 

 

See also

FrequencyRampSchedule Object