Write/Read |
About Group Delay |
Description |
Sets group delay aperture using a percent of the channel frequency span. |
VB Syntax |
gdAperture.Percent = value |
Variable |
(Type) - Description |
gdAperture |
A GroupDelayAperture (object) |
value |
(Double) Percent of frequency span to use for the aperture setting. Choose between the equivalent of 2 points and 100 percent of the channel frequency span. |
Return Type |
Double |
Default |
Percent range that equates to 11 points. This can be changed to two points with a preference setting. |
Examples |
gdAperture.Percent = 25 'Write |
aperture = gdAperture.Percent 'Read |
|
C++ Syntax |
HRESULT get_Percent(double Percent *pVal) HRESULT put_Percent(double Percent newVal) |
Interface |
IGroupDelayAperture |