FrequencyRampSchedule.GetFrequencyAtEpoch(Variable) Method

Top 

Description

Get the frequency at the specified epoch based on the ramping scehdule.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

FrequencyRampSchedule.GetFrequencyAtEpoch(

Variable epoch)

 

 

Arguments

epoch


Description:

The epoch at which the frequency is evaluated.

 

 

 

Return Value

Type:

number

Units:

Hz

 

 

Frequency at the specified epoch

 

Syntax

myVariable1 = myFrequencyRampSchedule1.GetFrequencyAtEpoch(myVariable2);

 

 

See also

FrequencyRampSchedule Object