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


Glossary Item Box

Gets or sets a value indicating the VRB to PRB mapping scheme used by this PDSCH.

Syntax

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

Property Value

Default value is VrbToPrbMappingScheme.NonInterleaved.

Remarks

The mapping from virtual resource block(VRB) to physical resource block(PRB) can be non-interleaved or interleaved. For non-interleaved VRB-to-PRB mapping, virtual resource block(VRB) is mapped to physical resource block(PRB), except for PDSCH transmissions scheduled with DCI format 1_0 in a common search space. For interleaved VRB-to-PRB mapping, the mapping depends on the interleaver and other configurations. See details in 38211-g20 chapter 7.3.1.6.

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 26.00

See Also