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


Glossary Item Box

Gets or sets a value indicating (by index) which item in Channels to use for this Offset for Upper region.

Syntax

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

Remarks

This property may be changed by ConfigureMultiband. The selection ofUpperSpectrumChannelIndex value will determine which item fromAgilent.SA.Vsa.Input.MeasurementChannels (and Channels) will be used by this Offset for Upper region. The number of valid indexes is determined by current input channel configuration. Only applicable if OffsetSide is OffsetSide.Both or OffsetSide.Upper. The recommended procedure for configuring multiband operation in MeasurementExtension is:
  1. Configure the Carrier and Offset definitions to match the desired SEM measurement.
  2. Choose desired MultibandMode and call the ConfigureMultiband method.
  3. If Agilent.SA.Vsa.AnalogChannel.Range needs to be adjusted for an Offset, use UpperSpectrumChannelIndex with Agilent.SA.Vsa.Analog.Channels to access the correct item.
  4. If a Agilent.SA.Vsa.SpectrumFrequencyChannel property needs to be adjusted for the Offset, use UpperSpectrumChannelIndex with Channels to access the correct item. Note: Many properties for Agilent.SA.Vsa.SpectrumFrequencyChannel are fixed by the Carrier settings, and cannot be adjusted.

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 27.00

See Also