FrequencyRampSchedule.GetFrequencyAtEpoch(TimeSpan) Method

Top 

Description

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

 

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.

 

Method Signature

FrequencyRampSchedule.GetFrequencyAtEpoch(

TimeSpan 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(myTimeSpan1);

 

 

See also

FrequencyRampSchedule Object