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


Glossary Item Box

Gets or sets a value indicating whether interlaced transmission is used.

Syntax

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

Property Value

Default value is false.

Remarks

This property corresponds to information element useInterlacePUCCH-Common-r16 or useInterlacePUCCH-Dedicated-r16 defined in 3GPP 38.331-g10. When interlaced transmission is used by this PUCCH, the PUCCH is repeatedly mapped to the configured interlace InterlaceZeroIndex inside the configured RB set RbSetIndexForInterlace. For PUCCH format 2 and 3, it is possible a second interlace InterlaceOneIndex is configured. Interlaced transmission also affects the cyclic shift hopping sequence initialization.

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