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


Glossary Item Box

Creates a new ComponentCarrier and appends it to the collection.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function Create() As ComponentCarrier
C# 
public abstract ComponentCarrier Create()
C++/CLI 
public:
abstract ComponentCarrier^ Create(); 

Return Value

If succeeds, returns handle to the new ComponentCarrier. If fails, returns null.

Remarks

Each new item will be the default setting of downlink or uplink signal, depending on whether the CarrierAggregation.LinkDirection is downlink or uplink, if it is mixed, the new created component carrier is default as downlink The maximum number of ComponentCarrier items is 32, the minimum is 1.

Requirements

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

See Also