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


Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Overridable Property InterlaceZeroIndex As Integer
C# 
public virtual int InterlaceZeroIndex {get; set;}
C++/CLI 
public:
virtual property int InterlaceZeroIndex {
   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 interlace0 in PUCCH-Resource-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, this value indicates the index of the interlace on which this PUCCH is allocated.

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