Keysight Pathwave 89600 VSA .NET API
SetResourceBlockBitmap Method
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > PuschRateMatchPattern Class : SetResourceBlockBitmap Method


bitmap
The new resource block bitmap to use

Glossary Item Box

Sets resource block level bitmap in the frequency domain. The length of the bitmap is 275.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub SetResourceBlockBitmap( _
   ByVal bitmap As BitArray _
) 
C# 
public abstract void SetResourceBlockBitmap( 
   BitArray bitmap
)
C++/CLI 
public:
abstract void SetResourceBlockBitmap( 
   BitArray^ bitmap
) 

Parameters

bitmap
The new resource block bitmap to use

Remarks

Resource block bitmap and symbol bitmap is a pair of bitmaps to define the rate match pattern within one or two slots, and a third bitmap, periodicity-pattern bitmap, to define the repetition pattern with which the pattern defined by the above bitmap pair occurs.

Requirements

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

See Also