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


Glossary Item Box

Gets or sets the rule for the offset allocation for inner offsets.

Syntax

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

Property Value

The default value is OffsetSpacing.RFBandwidthEdgeToCenter.

Remarks

This parameter specifies the reference points for calculating actual offset allocation frequency for offsets where Offset.IsInner is true. Differentiating OffsetSpacing from InnerOffsetSpacing is required by some specifications to configure ACLR measurement scenarios for carrier aggregation.

Requirements

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

See Also