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


Glossary Item Box

Gets or sets a value indicating the RB Offset for this resource allocation.

Syntax

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

Property Value

Default value is 0.

Remarks

A resource block (RB) consists of 12 contiguous subcarriers. The RBOffset determines the starting frequency of this resource allocation within the containing ComponentCarrier. The maximum number of RB potentially available to this resource allocation is determined by the Numerology of this resource allocation and the maximum RB limit specified for the ComponentCarrier for that particular Numerology.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also