| 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
| Exception | Description |
|---|---|
| System.ArgumentNullException | carrierIndexes is null or setup is null. |
| System.ArgumentException | carrierIndexes 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.ArgumentOutOfRangeException | One of the carrier indexes is out of range. |
| System.InvalidOperationException | This exception can occurs when any of the following: Link direction is Uplink One of the specified carriers is uplink |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
Minimum Software Version Requirement: Keysight 89600 VSA Ver 25.00