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


Glossary Item Box

Gets or sets the span (in Hz) used to determine offset spacing.

Syntax

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

Property Value

The default value is 18 MHz.

Remarks

This is used to calculate Offset spacing when the OffsetSpacing refers to a carrier edge. Typically this is equal to or greater than the IntegrationBandwidth.

Requirements

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

See Also