Write/Read
About Group Delay

LegacyGroupDelayApertureMath Property


Description

Sets the group delay aperture to use the legacy computation method.

 VB Syntax

pref.LegacyGroupDelayApertureMath = value

Variable

(Type) - Description

pref

A Preferences (object)

value

(Boolean) - Choose from:

True - Use legacy computation method.

False - Do not use legacy computation method.

Return Type

Boolean

Default

False

Examples

pref.LegacyGroupDelayApertureMath = True 'Write

gda = pref.LegacyGroupDelayApertureMath 'Read

C++ Syntax

HRESULT get_LegacyGroupDelayApertureMath(VARIANT_BOOL* pVal);
HRESULT put_LegacyGroupDelayApertureMath(VARIANT_BOOL pVal);

Interface

IPreferences19