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


Glossary Item Box

Gets or sets a value indicating whether rb-Offset-r16 is configured or not.

Syntax

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

Property Value

Default value is false.

Remarks

This value specifies whether rb-Offset-r16 is configured in ControlResourceSet, please refer to standard 38.331-g10. For CORESETs with non-zero ID, when this value is false, the first PRB index of the first RBG in the parent BWP of this CORESET is decided by BWP RB start . When this value is true, RBOffsetR16 along with the parent BWP RB start DLBwp.RBOffset are used to decide the first PRB index of the first RBG in the BWP. ,

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 25.40

See Also