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


Glossary Item Box

Gets or sets the PDSCH Cell Specific Ratio to be applied.

Syntax

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

Property Value

The default value is PdschCellSpecificRatioType.One

Requirements

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

See Also