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


Glossary Item Box

Gets or sets the value (in Hz) for compensating the frequency range of subblock.

Syntax

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

Property Value

The default value is 0.0.

Remarks

This value is used for calculating RF bandwidth when this carrier is at the right most of subblock. -1 * (minimum SCS of this carrier) is expected to be set in 5GNR case.

Requirements

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

See Also