Keysight Pathwave 89600 VSA .NET API
ExtendedFrequencyLockRangeWidth Property
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > MeasurementExtension Class : ExtendedFrequencyLockRangeWidth Property


Glossary Item Box

Gets or sets the center frequency lock range.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property ExtendedFrequencyLockRangeWidth As Integer
C# 
public abstract int ExtendedFrequencyLockRangeWidth {get; set;}
C++/CLI 
public:
abstract property int ExtendedFrequencyLockRangeWidth {
   int get();
   void set (    int value);
}

Property Value

The default value is 10 subcarriers. The maximum value is equal to FftLength subcarriers, and the minimum is 1 subcarrier.

Remarks

This property is used only if IsExtendedFrequencyLockRange is true. The center frequency lock range may not really be as wide as (and occasionally can be wider than) specified by this property. This can be due to signal impairments which interfere with synchronization, or due to internal algorithm limits.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also