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


Glossary Item Box

Gets or sets a value indicating whether the channel frequency response is per slot channel frequency response or not.

Syntax

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

Property Value

The default value is false

Remarks

When this value is true, the channel frequency response is per slot channel frequency response, regardless of the EqualizerTrainingTimeBasis. When this value is false, the channel frequency response depends on EqualizerTrainingTimeBasis as below: if EqualizerTrainingTimeBasis is EqualizerTrainingTimeBasis.Slot, the channel frequency response is per slot channel frequency response, and the number of channel responses is the number of slot within the measurement interval; if EqualizerTrainingTimeBasis is EqualizerTrainingTimeBasis.Subframe, the channel frequency response is per subframe channel frequency response, and the number of channel responses is the number of subframe within the measurement interval; if EqualizerTrainingTimeBasis is EqualizerTrainingTimeBasis.Frame, the channel frequency response is per frame channel frequency response, and the number of channel responses is the number of frame within the measurement interval; if EqualizerTrainingTimeBasis is EqualizerTrainingTimeBasis.ResultLength, the channel frequency response is a single channel frequency response over the whole measurement interval;

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.40

See Also