Write/Read
About Group Delay

Frequency Property


Description

Sets group delay aperture using a fixed frequency range.

 VB Syntax

gdAperture.Frequency = value

Variable

(Type) - Description

gdAperture

A GroupDelayAperture (object)

value

(Double) Frequency range (in Hz) to use for the aperture setting.

Return Type

Double

Default

Frequency range that equates to 11 points.

This can be changed to two points with a preference setting.

Examples

gdAperture.Frequency = 1e6 'Write

aperture = gdAperture.Frequency 'Read

C++ Syntax

HRESULT get_Frequency(double Frequency *pVal)

HRESULT put_Frequency(double Frequency newVal)

Interface

IGroupDelayAperture