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


Glossary Item Box

Gets or sets the rule for the offset allocation.

Syntax

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

Property Value

The default value is OffsetSpacing.CenterToCenter.

Remarks

This parameter specifies the reference points for calculating actual offset allocation frequency for offsets where Offset.IsInner is false.

Requirements

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

See Also