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


Glossary Item Box

Specifies the reference generation mode for Pdsch channels on this component carrier

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AllZeroThe payload bits of all PDSCH channels are zeros.
DemodThe payload bits of all PDSCH channels are based on the demodulated constellation points.
PN23The payload bits of all PDSCH channels is a single PN23 sequence, which is reset at the frame start boundary with seeds of all zeros.
PN23AllSymbolThe payload bits of all PDSCH channels is a single PN23 sequence for all symbols in the downlink, uplink or special slots.27.40
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

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 27.00

See Also