Keysight Pathwave 89600 VSA .NET API
ConfigureContiguousCarriers Method
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Keysight.SA.Vsa.ContextExtensions.NewRadio Namespace > StandardSpecificConfiguration Class : ConfigureContiguousCarriers Method


numberOfCarriers
The number of carriers to configure.
carrierSpacing
The spacing between carrier centers in Hz.

Glossary Item Box

Configures the number of CarrierConfigurations and their positions contiguously.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub ConfigureContiguousCarriers( _
   ByVal numberOfCarriers As Integer, _
   ByVal carrierSpacing As Double _
) 
C# 
public abstract void ConfigureContiguousCarriers( 
   int numberOfCarriers,
   double carrierSpacing
)
C++/CLI 
public:
abstract void ConfigureContiguousCarriers( 
   int numberOfCarriers,
   double carrierSpacing
) 

Parameters

numberOfCarriers
The number of carriers to configure.
carrierSpacing
The spacing between carrier centers in Hz.

Remarks

This function will keep the existing CarrierConfigurations intact while adjusting some of their configuration values and will fill in the missing CarrierConfigurations to match the numberOfCarriers. Call this function also sets the ChannelRaster to ChannelRaster.None and the ChannelSpacing to ChannelSpacing.AdjacentCarriers.

Requirements

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

See Also