Write/Read
About Group Delay

Points Property


Description

Sets group delay aperture using a fixed number of data points.

 VB Syntax

gdAperture.Points = value

Variable

(Type) - Description

gdAperture

A GroupDelayAperture (object)

value

(Double) Number of data points to  use for the aperture setting. Choose between two points and the number of points in the channel.

Return Type

Double

Default

Points range that equates to 11 points.

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

Examples

gdAperture.Points = 25 'Write

aperture = gdAperture.Points 'Read

C++ Syntax

HRESULT get_Points(double Points *pVal)

HRESULT put_Points(double Points newVal)

Interface

IGroupDelayAperture