Write/Read
About Group Delay

TwoPointGroupDelayAperture Property


Description

Sets the default group delay aperture setting.

 VB Syntax

pref.TwoPointGroupDelayAperture = value

Variable

(Type) - Description

pref

A Preferences (object)

value

(Boolean) - Choose from:

True - Set the default group delay aperture setting to two points.

False - Set the default group delay aperture setting to 11 points.

Return Type

Boolean

Default

False

Examples

pref.TwoPointGroupDelayAperture = True 'Write

gda = pref.TwoPointGroupDelayAperture 'Read

C++ Syntax

HRESULT get_TwoPointGroupDelayAperture(VARIANT_BOOL* pVal);
HRESULT put_TwoPointGroupDelayAperture(VARIANT_BOOL pVal);

Interface

IPreferences11