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


setup
The test model setup configuration which contains test model's parameters such as
carrierIndexes
The zero-based carrier indexes

Glossary Item Box

Applies the TestModelSetup to a list of component carriers.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub ApplyTestModelToCarriers( _
   ByVal setup As TestModelSetup, _
   ByVal ParamArray carrierIndexes() As Integer _
) 
C# 
public virtual void ApplyTestModelToCarriers( 
   TestModelSetup setup,
   params int[] carrierIndexes
)
C++/CLI 
public:
virtual void ApplyTestModelToCarriers( 
   TestModelSetup^ setup,
   ... array<int>^ carrierIndexes
) 

Parameters

setup
The test model setup configuration which contains test model's parameters such as
carrierIndexes
The zero-based carrier indexes

Exceptions

ExceptionDescription
System.ArgumentNullExceptioncarrierIndexes is null or setup is null.
System.ArgumentExceptioncarrierIndexes is empty or the Test Model setup is invalid for the following reasons: TestModelSetup.TestModelDeviceType is invalid; TestModelSetup.Version is invalid with the selected TestModelSetup.TestModelDeviceType; TestModelSetup.DuplexScheme is invalid with the selected TestModelSetup.TestModelDeviceType; TestModelSetup.Bandwidth is invalid with the selected TestModelSetup.TestModelDeviceType; TestModelSetup.TestModelNumber is invalid with the selected TestModelSetup.TestModelDeviceType and TestModelSetup.Bandwidth; TestModelSetup.Numerology is invalid with the selected TestModelSetup.Bandwidth and TestModelSetup.TestModelDeviceType;
System.ArgumentOutOfRangeExceptionOne of the carrier indexes is out of range.
System.InvalidOperationExceptionThis exception can occurs when any of the following: Link direction is Uplink One of the specified carriers is uplink

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 25.00

See Also