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


Glossary Item Box

Gets or sets a value indicating the repetition factor of this physical channel.

Syntax

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

Property Value

The default value is N1.

Remarks

According to TS38.331, this field specifies how many times each DL-PRS Resource is repeated for a single instance of the DL-PRS Resource Set. It is applied to all resources of the DL-PRS Resource Set. Enumerated values n2, n4, n6, n8, n16, n32 correspond to 2, 4, 6, 8, 16, 32 resource repetitions, respectively.

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

See Also