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


Glossary Item Box

Gets or sets the starting OFDM symbol of PDSCH for the concerned SCell.

Syntax

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

Remarks

This property is meaningful only if the carrier is an LTE-A carrier, and if IsCrossCarrierSchedulingEnabled is true. Setting the property has no effect for the PCell, i.e. the cell with the ServingCellIndex of 0.

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 19.00

See Also