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


Glossary Item Box

Gets or sets a value indicating the tolerance for UL Spectrum flatness PASS/FAIL test.

Syntax

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

Property Value

The default value is 1.4.

Remarks

TS 38.101-1/38.101-2 gives the minimum test requirement for UE, and these Minimum Requirements make no allowance for measurement uncertainty (MU). TS 38.521-1/38.521-2 defines test tolerances (TT) and measurement uncertainty, and the test tolerances are used to relax the minimum requirements in TS 38.101-1/38.101-2 to create test requirements. These test tolerances are individually defined for each test, this parameter is for the UL Spectrum Flatness test tolerance. According to TS38.521-1 Table 6.4.2.4.5-1 and Table 6.4.2.4.5-2, the test tolerance is 1.4dB. In order to provide more test flexibility, we allow customer to change this test tolerance. If this is set to 1.0 dB, then 1.0 dB is added to the Rang1 Ripple/Range2 Ripple/Max(Rang1)-Min(Rang2)/Max(Range2)-Min(Range1) test limits defined in TS38.521-1/38.521-2 6.4.2.4.5 before determining PASS or FAIL status. If this is set to zero, the Rang1 Ripple/Range2 Ripple/Max(Rang1)-Min(Rang2)/Max(Range2)-Min(Range1) test limits defined in TS38.521-1/38.521-2 6.4.2.4.5 before determining PASS or FAIL status.

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

See Also