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


Glossary Item Box

Gets or sets a value indicating whether the SINR report visualization is enabled

Syntax

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

Remarks

In O-RAN system, O-DU may request O-RU to measure and report SINR per RB per UE per Layer, then O-RU reports the SINR report on the C-Plan in Section Type 9. User can use LoadSinrReport to load the Sinr related information from a Json file into measurement state. Then setting this parameter as true to enable the visualization of the SINR report in VSA New Radio measurement extension. When this parameter is false, the SINR trace shows the internally measured SINR. When this parameter is true, the SINR trace shows the SINR report loaded from the file by LoadSinrReport. LoadSinrReport

Requirements

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

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.40

See Also