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


sequenceCyclicShiftPerSlot
Array of Sequence Cyclic Shift per slot for this Pucch.

Glossary Item Box

Sets Sequence Cyclic Shift per slot for this Pucch.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub SetSequenceCyclicShiftPerSlot( _
   ByVal sequenceCyclicShiftPerSlot() As Integer _
) 
C# 
public virtual void SetSequenceCyclicShiftPerSlot( 
   int[] sequenceCyclicShiftPerSlot
)
C++/CLI 
public:
virtual void SetSequenceCyclicShiftPerSlot( 
   array<int>^ sequenceCyclicShiftPerSlot
) 

Parameters

sequenceCyclicShiftPerSlot
Array of Sequence Cyclic Shift per slot for this Pucch.

Remarks

This method allows entry of an array of integer sequence cyclic shift value for each allocated slot. If the array size is smaller than the allocated slot count, the last value will be used for all the remaining slots. If the array size is bigger than the allocated slot count, the remaining values are not used.

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 28.40

See Also