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


Glossary Item Box

Gets or sets a value indicating whether ORAN Uplink Performance Improvement (ULPI) is supported or not.

Syntax

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

Property Value

The default value is false.

Remarks

For ORAN ULPI, the O-RU(DUT) can operate in two possible modes: BF mode or BF with EQ mode. If O-RU(DUT) operates at BF mode, O-RU performs the Beamforming operation, and O-DU or the analyzer performs the Equalization operation. Both data and DMRS are transmitted from O-RU to O-DU/Analyzer in this mode. The analyzer does the normal equalization and demodulation. If O-RU(DUT) operates at BF with EQ mode, O-RU performs the Beamforming and Equalization operation, and O-DU or the analyzer performs the demodulation and decoding. Only data is transmitted from O-RU to O-DU/Analyzer in this mode. The analyzer should skip the initial synchronization and channel estimation / equalization. When true, Pusch.IsDmrsSequenceValid can be set as true or false, and SynchronizationSource can be set as SynchronizationSource.NotProvided. When false, Pusch.IsDmrsSequenceValid is always true, and SynchronizationSource can't be set as SynchronizationSource.NotProvided.

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 29.00

See Also