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


Glossary Item Box

Gets or sets a value indicating the start index of resource block for second hop of PUCCH in case of frequency hopping. This value is applicable when intra-slot frequency hopping is enabled. This property corresponds to L1 parameter 'PUCCH-2nd-hop-PRB'.

Syntax

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

Property Value

Default value is 0. Range of value is 0 through (ULBwp.RBNumber - RBNumber).

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 23.20

See Also