Keysight Pathwave 89600 VSA .NET API
FrequencyReference Property
See Also 
Agilent.SA.Vsa.Pulse.Interfaces Assembly > Agilent.SA.Vsa.Pulse Namespace > AngleOfArrival Class : FrequencyReference Property


Glossary Item Box

Gets or sets a value indicating the frequency reference used to calculate the angle.

Syntax

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

Property Value

The default value is AoaFrequencyMode.FrequencyCenterChannelOne.

Requirements

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

See Also