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


Glossary Item Box

Gets or sets a value indicating whether the DMRS sequence of this PDSCH is valid or not.

Syntax

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

Property Value

The default value is true.

Remarks

When true, the DMRS can be used for initial synchronization SynchronizationSource, phase/timing/amplitude tracking based on TrackingSignalBasis, and also can be used for channel estimation based on EqualizerTrainingSignalBasis. When equalization is on, the data on this PUSCH will be equalized with the channel estimation based on this DMRS sequence. When false, the data on this PUSCH will not be equalized.

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 29.00

See Also