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


Glossary Item Box

Gets or sets the per-subcarrier NPDCCH scale factor in dB.

Syntax

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

Property Value

The default value is 0 dB. The minimum value is -20 dB and the maximum is 20 dB

Requirements

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

See Also