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


Glossary Item Box

Gets or sets a value indicating the number of resource blocks assigned to the physical channel.

Syntax

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

Property Value

Default value matches the value of DLBwp.RBNumber. Range of value is 4 through DLBwp.RBNumber. The value should be a multiple of 4.

Remarks

This value specifies the contiguous set of RB starting at RBOffset 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