FrequencyRampSchedule.IntegrateFrequencyOverTime(TimeSpan, TimeSpan) Method

Top 

Description

Get the integrated frequency over the specified interval 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.IntegrateFrequencyOverTime(

TimeSpan intervalStartEpoch,


TimeSpan intervalEndEpoch)

 

 

Arguments

intervalStartEpoch


Description:

The start epoch for the interval over which the frequency is integrated.

 

 

intervalEndEpoch


Description:

The end epoch for the interval over which the frequency is integrated.

 

 

 

Return Value

Type:

number

Units:

Hz

 

 

The integrated frequency over the specified interval. Note that the integrated frequency is normalized by the interval of the integral.

 

Syntax

myVariable1 = myFrequencyRampSchedule1.IntegrateFrequencyOverTime(myTimeSpan1, myTimeSpan2);

 

 

See also

FrequencyRampSchedule Object