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


Glossary Item Box

Gets or sets CORESET Id associated with the PDCCH with DCI format 1-0 in search space which schedules this PDSCH

Syntax

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

Remarks

when the PDSCH is scheduled by DCI format 1-0 in common search space, the non-interleaved VRB to PRB mapping reference is the RB start of the CORESET on which the associated PDCCH is transmitted. when this value is not zero, it indicates CORESET ID whose RB start is used as the PRB mapping reference. when this value is -1, it means the mapping reference is CRB0. Default value is -1, means the VRB to PRB mapping is direct mapping, reference is CRB0.

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 24.20

See Also