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


Glossary Item Box

Gets or sets the subcarrier offset of the SS/PBCH block relative to the RBOffset.

Syntax

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

Property Value

Default value depends on MaximumTransmissionBandwidth

Remarks

A resource block is defined as 12 contiguous subcarriers in spectrum. This property is used to ensure subcarrier boundary alignment when using multiple Numerology settings on different resource allocations.

Requirements

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

See Also