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


Glossary Item Box

Gets or sets a value indicating interlace1 used by this PUCCH when interlaced transmission is used.

Syntax

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

Property Value

Default value is 0. For numerology 15kHz, the minimum value is 0, the maximum value is 9. For numerology 30kHz, the minimum value is 0, the maximum value is 4

Remarks

This property corresponds to the higher-layer parameter interlace1-r16 in PUCCH-format2-r16 or PUCCH-format3-r16 information element. Multiple interlaces are defined for numerology 15kHz and 30kHz . For Numerology 15kHz, 10 interlaces are defined. For Numerology 30kHz, 5 interlaces are defined. When InterlacedTransmissionEnabled is true, for PUCCH format 2 and 3, besides InterlaceZeroIndex, it can be configured with a second interlace for transmission. This value indicates the index of the second interlace on which the PUCCH is allocated.This value is only used when InterlaceOneConfigured is true.

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