Keysight Pathwave 89600 VSA .NET API
RFBandwidthEdgeOffset Property
See Also 
Keysight.SA.Vsa.AdjacentChannelPower.Interfaces Assembly > Keysight.SA.Vsa.AdjacentChannelPower Namespace > Carrier Class : RFBandwidthEdgeOffset Property


Glossary Item Box

Gets or sets RF Bandwidth Edge Offset value (in Hz) of this carrier.

Syntax

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

Property Value

The default value is 0 Hz.

Remarks

This value is used for calculating RF bandwidth when this carrier is at the right most or left most position of a subblock. This is known by the variable FOffset,RAT in 5GNR terminology.

Requirements

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

See Also