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


Glossary Item Box

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

Syntax

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

Property Value

Default value matches the value of DLBwp.RBNumber. Range of value is 1 through DLBwp.RBNumber.

Remarks

This value specifies the contiguous set of RB starting at DLBwp.RBOffset within the containing resource allocation. The available RB for CORESET0 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)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 24.20

See Also