Keysight Pathwave 89600 VSA .NET API
RelativeFrequency Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Keysight.SA.Vsa.ContextExtensions.NewRadio Namespace > CarrierConfiguration Class : RelativeFrequency Property


Glossary Item Box

Gets or sets the frequency of the component carrier relative to the StandardSpecificConfiguration.CarrierReferenceFrequency.

Syntax

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

Remarks

The default value is 0 Hz.

Requirements

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

See Also