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


Glossary Item Box

Gets or sets a value indicating whether dmrsUplinkTransformPrecodingPUCCH-r16 is configured.

Syntax

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

Property Value

Default value is false.

Remarks

This property corresponds to the higher-layer parameter dmrs-UplinkTransformPrecodingPUCCH-r16 in PUCCH-Config information element. According to 38211-g10 6.4.1.3.3.1, this value will affect the PUCCH DMRS sequence generation for PUCCH format 3 and 4.

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 25.20

See Also