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


Glossary Item Box

Creates a new CarrierMapping and appends it to the collection.

Syntax

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

Return Value

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

Remarks

Each new item will duplicate the last item in the collection, with CarrierMapping.CellIdentity incremented by one and adjusted to avoid conflict with any other CarrierMapping items. The maximum number of CarrierMapping 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