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


Glossary Item Box

Gets or sets a value indicating the signal repetition pattern.

Syntax

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

Property Value

The default value is SignalRepetitionPattern.Standard.

Remarks

Some customer's signal doesn't comply with the 3GPP standard, the cyclic prefix size and the DMRS sequence generation may repeat with some periodicity. This setting allows customer to specify the repetition pattern of cyclic prefix size and the PUSCH/PDSCH DMRS sequence generation. When this value is SignalRepetitionPattern.Standard, the cyclic prefix size repeats every half subframe. For normal CP mode, the first symbol has longer cyclic prefix than the other symbols within the half subframe, and this pattern repeats every half subframe. the PUSCH/PDSCH DMRS sequence generation follows the 3GPP standard. When this value is SignalRepetitionPattern.CPLengthAndDmrsSequenceRepeatedPerSlot, the cyclic prefix size repeats every slot. For normal CP mode, the first symbol has longer cyclic prefix than the other symbols within the slot(14 symbols), and this pattern repeats every slot. the PUSCH/PDSCH DMRS sequence generation repeats on each slot and the sequence generation is based on slot SignalRepetitionFirstSlotIndex following the standard.

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.40

See Also