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


Glossary Item Box

Gets or sets a value indicating whether the DMRS Scrambling ID value used for DMRS sequence generation is configured by higher layer or from cell ID.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property DmrsNidSource As DmrsNidSource
C# 
public abstract DmrsNidSource DmrsNidSource {get; set;}
C++/CLI 
public:
abstract property DmrsNidSource DmrsNidSource {
   DmrsNidSource get();
   void set (    DmrsNidSource value);
}

Property Value

Default value is DmrsNidSource.FromCellId.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also