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


file
The full path of the .st9 or .st9And10 file.

Glossary Item Box

Load SINR reports from .st9 or .st9And10 file.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub LoadSinrReport( _
   ByVal file As String _
) 
C# 
public virtual void LoadSinrReport( 
   string file
)
C++/CLI 
public:
virtual void LoadSinrReport( 
   String^ file
) 

Parameters

file
The full path of the .st9 or .st9And10 file.

Exceptions

ExceptionDescription
System.ArgumentException if the file is null or empty or if there is no valid SINR reports included in the file.

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. This method loads the Sinr related information from a Json file with file suffix of .st9 or .st9And10 and save the information as a float array into measurement state. Currently the .st9 or .st9And10 file format is defined by Keysight ORS software. SinrReportResultEnabled

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