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


Glossary Item Box

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

Syntax

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

Property Value

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

Remarks

This value specifies the RB starting point 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