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


Glossary Item Box

Specifies the virtual resource block(VRB) to physical resource block(PRB) mapping scheme used by PDSCH

Syntax

Visual Basic (Declaration) 
Public Enum VrbToPrbMappingScheme 
   Inherits System.Enum
C# 
public enum VrbToPrbMappingScheme : System.Enum 
C++/CLI 
public enum class VrbToPrbMappingScheme : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
InterleavedThe VRB is mapped to PRB in interleaved mode for the PDSCH.
NonInterleavedThe VRB is mapped to PRB in non-interleaved mode for the PDSCH.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

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