Keysight Pathwave 89600 VSA .NET API
CarrierIndex Property
See Also 
Keysight.SA.Vsa.AdjacentChannelPower.Interfaces Assembly > Keysight.SA.Vsa.AdjacentChannelPower Namespace > PowerReference Class : CarrierIndex Property


Glossary Item Box

Gets or sets the index of the carrier used for the power reference.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property CarrierIndex As Integer
C# 
public abstract int CarrierIndex {get; set;}
C++/CLI 
public:
abstract property int CarrierIndex {
   int get();
   void set (    int value);
}

Property Value

The default value is index 0.

Remarks

This value is used when PowerReferenceSource.Index is specified.

Requirements

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

See Also