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


Glossary Item Box

Gets or sets a value indicating the start index of resource block assigned to the physical channel.

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. Range of value is 0 through (DLBwp.RBNumber + DLBwp.RBOffset - 4). The value should be a multiple of 4.

Remarks

This value specifies the RB starting point within the containing resource allocation. The available RB for this physical channel is constrained by the containing resource allocation (DLBwp.RBNumber).

Requirements

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

See Also