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


Glossary Item Box

Gets or sets a value indicating whether Two-Frame analysis of user allocations is enabled.

Syntax

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

Property Value

The default value is false.

Remarks

Applies to downlink only. Enabling the parameter enables two frames analysis Thus every user can have allocations either in frame 0 or in frame 1 or both This parameter was intended for TD-LTE downlink Conformance Test Models.

Requirements

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

See Also