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


model
An enum to indicate which carrier aggregation model to configure. In this context a carrier aggregation model is the number of carrier mappings and how they are aligned in frequency.

Glossary Item Box

Configures the mappings, reference carrier, measurement channel mappings, and frequency span to simplify setting up certain carrier aggregation scenarios.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub Configure( _
   ByVal model As CarrierAggregationModel _
) 
C# 
public abstract void Configure( 
   CarrierAggregationModel model
)
C++/CLI 
public:
abstract void Configure( 
   CarrierAggregationModel model
) 

Parameters

model
An enum to indicate which carrier aggregation model to configure. In this context a carrier aggregation model is the number of carrier mappings and how they are aligned in frequency.

Exceptions

ExceptionDescription
System.InvalidOperationExceptionThrown when Configure operation is already in progress.

Remarks

The behavior of this operation depends on the current ComponentCarrier definition and measurement Input Channel configuration.

Requirements

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

See Also