Keysight Pathwave 89600 VSA .NET API
BandConfigurationMode Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > CarrierMapping Class : BandConfigurationMode Property


Glossary Item Box

Gets or sets the value to indicate the configuration mode for NR operating band.

Syntax

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

Property Value

The default value is .

Remarks

When this value is , equals to Carrier Center Frequency - Carrier BW / 2, equals to Carrier Center Frequency + Carrier BW /2; When this value is , UplinkFrequencyLow and UplinkFrequencyHigh are defined by 38.521-1 Table 5.2-1 and 38.521-2 Table 5.2-1 using OperationBand When this value is , the operating band is defined by UplinkFrequencyLow. and UplinkFrequencyHigh. Currently the band configuration will affect the EVM Equalizer Spectrum Flatness measurement for Uplink according to 38.521-1 6.4.2.4 and 38.521-2 6.4.2.4.

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 25.00

See Also